#CC69C7

Color #CC69C7 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CC69C7

Tints of Orchid #CC69C7

Color information

#CC69C7 (or 0xCC69C7) is unknown color: approx Orchid. HEX triplet: CC, 69 and C7. RGB value is (204,105,199). Sum of RGB (Red+Green+Blue) = 204+105+199=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 199 (78.12% from 255 or 39.17% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CC69C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC69C7 is #339638. Grayscale: #919191. Windows color (decimal): -3380793 or 13068748. OLE color: 13068748.

HSL color Cylindrical-coordinate representation of color #CC69C7: hue angle of 303.03º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC69C7 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB204105199-
CMYK00.490.020.2
HSL303.03º49.25%60.59%-
HSV(B)303.03º48.53%80%-
XYZ40.2627.0657.13-
YUV145.32158.3169.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 40.16%
GREEN value IS 105 (41.41% from 255) = 20.67%
BLUE value IS 199 (78.12% from 255) = 39.17%
R=40.16%
G=20.67%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410519900.490.020.2303.0349.2560.59
HexCC69C703121412f313d
Octal3141513070612244576175
Binary1100110011010011100011101100011010100100101111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC69C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC69C7; }

 p { color: rgb(204,105,199); }

 H1.HeaderClassName
 {
   color: #CC69C7;
 }
 .AnyTagClassName
 {
   color: #CC69C7;
 }
</style>
background-color css

<style>
 a { background-color: #CC69C7; }

 a { background-color: rgb(204,105,199); }

 div.DivClassName
 {
   background-color: #CC69C7;
 }
 .BgClassName
 {
   background-color: #CC69C7;
 }
</style>
border-color css

<style>
 span { border-color: #CC69C7; }

 span { border-color: rgb(204,105,199); }

 td.TdClassName
 {
   border-color: #CC69C7;
 }
 .TagClassName
 {
   border-color: #CC69C7;
 }
</style>