Html Css Color HEX #CC6BDC Orchid

📋 copy color: '#CC6BDC'

red 204 ◦ green 107 ◦ blue 220

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

Shades of Orchid #CC6BDC

Tints of Orchid #CC6BDC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.15%

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

R = 38.42%
G = 20.15%
B = 41.43%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC6BDC (or 0xCC6BDC) is known color: Orchid. HEX triplet: CC, 6B and DC. RGB value is (204,107,220). Sum of RGB (Red+Green+Blue) = 204+107+220=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 107 (42.19% from 255 or 20.15% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC6BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6BDC is #339423. Grayscale: #949494. Windows color (decimal): -3380260 or 14445516. OLE color: 14445516.

HSL color Cylindrical-coordinate representation of color #CC6BDC: hue angle of 291.5º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC6BDC is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 107 220 -
CMYK 0.07 0.51 0 0.14
HSL 291.5º 0.62% 0.64% -
HSV(B) 291.5º 0.51% 0.86% -
XYZ 43.08 28.52 70.94 -
YUV 148.89 168.14 167.31 -
System Red Green Blue C M Y K H S L
Decimal 204 107 220 0.07 0.51 0 0.14 291.5 0.62 0.64
Hex CC 6B DC 7 33 0 E 124 3E 40
Octal 314 153 334 7 63 0 16 444 76 100
Binary 11001100 1101011 11011100 111 110011 0 1110 100100100 111110 1000000

Color Harmonies of #CC6BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6BDC

Black with #CC6BDC

Text Example


Text Example

White with #CC6BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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