Html Css Color HEX #CC6CCF Orchid

📋 copy color: '#CC6CCF'

red 204 ◦ green 108 ◦ blue 207

#CC6CCF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CC6CCF

Tints of Orchid #CC6CCF

RGB

 RED value IS 204 (80.08% from 255) = 39.31%

 GREEN value IS 108 (42.58% from 255) = 20.81%

 BLUE value IS 207 (81.25% from 255) = 39.88%

R = 39.31%
G = 20.81%
B = 39.88%

CMYK

 C value IS 0.01

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC6CCF (or 0xCC6CCF) is known color: Orchid. HEX triplet: CC, 6C and CF. RGB value is (204,108,207). Sum of RGB (Red+Green+Blue) = 204+108+207=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 108 (42.58% from 255 or 20.81% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC6CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6CCF is #339330. Grayscale: #939393. Windows color (decimal): -3380017 or 13593804. OLE color: 13593804.

HSL color Cylindrical-coordinate representation of color #CC6CCF: hue angle of 298.18º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC6CCF is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 108 207 -
CMYK 0.01 0.48 0 0.19
HSL 298.18º 0.51% 0.62% -
HSV(B) 298.18º 0.48% 0.81% -
XYZ 41.53 28.07 62.26 -
YUV 147.99 161.3 167.95 -
System Red Green Blue C M Y K H S L
Decimal 204 108 207 0.01 0.48 0 0.19 298.18 0.51 0.62
Hex CC 6C CF 1 30 0 13 12A 33 3E
Octal 314 154 317 1 60 0 23 452 63 76
Binary 11001100 1101100 11001111 1 110000 0 10011 100101010 110011 111110

Color Harmonies of #CC6CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6CCF

Black with #CC6CCF

Text Example


Text Example

White with #CC6CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6CCF; }

 p { color: rgb(204,108,207); }

 H1.HeaderClassName
 {
   color: #CC6CCF;
 }
 .AnyTagClassName
 {
   color: #CC6CCF;
 }
</style>

background-color css

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

 a { background-color: rgb(204,108,207); }

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

border-color css

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

 span { border-color: rgb(204,108,207); }

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