Html Css Color HEX #CC6FDC Orchid

📋 copy color: '#CC6FDC'

red 204 ◦ green 111 ◦ blue 220

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

Shades of Orchid #CC6FDC

Tints of Orchid #CC6FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.12%

R = 38.13%
G = 20.75%
B = 41.12%

CMYK

 C value IS 0.07

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC6FDC (or 0xCC6FDC) is known color: Orchid. HEX triplet: CC, 6F and DC. RGB value is (204,111,220). Sum of RGB (Red+Green+Blue) = 204+111+220=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 111 (43.75% from 255 or 20.75% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC6FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6FDC is #339023. Grayscale: #969696. Windows color (decimal): -3379236 or 14446540. OLE color: 14446540.

HSL color Cylindrical-coordinate representation of color #CC6FDC: hue angle of 291.19º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC6FDC is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 111 220 -
CMYK 0.07 0.50 0 0.14
HSL 291.19º 0.61% 0.65% -
HSV(B) 291.19º 0.5% 0.86% -
XYZ 43.5 29.37 71.09 -
YUV 151.23 166.81 165.64 -
System Red Green Blue C M Y K H S L
Decimal 204 111 220 0.07 0.50 0 0.14 291.19 0.61 0.65
Hex CC 6F DC 7 32 0 E 123 3D 41
Octal 314 157 334 7 62 0 16 443 75 101
Binary 11001100 1101111 11011100 111 110010 0 1110 100100011 111101 1000001

Color Harmonies of #CC6FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6FDC

Black with #CC6FDC

Text Example


Text Example

White with #CC6FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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