Html Css Color HEX #CC6FCC Orchid

📋 copy color: '#CC6FCC'

red 204 ◦ green 111 ◦ blue 204

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

Shades of Orchid #CC6FCC

Tints of Orchid #CC6FCC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.39%

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

R = 39.31%
G = 21.39%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CC6FCC (or 0xCC6FCC) is known color: Orchid. HEX triplet: CC, 6F and CC. RGB value is (204,111,204). Sum of RGB (Red+Green+Blue) = 204+111+204=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 111 (43.75% from 255 or 21.39% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC6FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6FCC is #339033. Grayscale: #959595. Windows color (decimal): -3379252 or 13397964. OLE color: 13397964.

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

Color convert

RGB 204 111 204 -
CMYK 0 0.46 0 0.2
HSL 300º 0.48% 0.62% -
HSV(B) 300º 0.46% 0.8% -
XYZ 41.49 28.57 60.45 -
YUV 149.41 158.81 166.94 -
System Red Green Blue C M Y K H S L
Decimal 204 111 204 0 0.46 0 0.2 300 0.48 0.62
Hex CC 6F CC 0 2E 0 14 12C 30 3E
Octal 314 157 314 0 56 0 24 454 60 76
Binary 11001100 1101111 11001100 0 101110 0 10100 100101100 110000 111110

Color Harmonies of #CC6FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6FCC

Black with #CC6FCC

Text Example


Text Example

White with #CC6FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6FCC; }

 p { color: rgb(204,111,204); }

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

background-color css

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

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

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

border-color css

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

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

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