Html Css Color HEX #CC6BD9 Orchid

📋 copy color: '#CC6BD9'

red 204 ◦ green 107 ◦ blue 217

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

Shades of Orchid #CC6BD9

Tints of Orchid #CC6BD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 41.1%

R = 38.64%
G = 20.27%
B = 41.1%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC6BD9 (or 0xCC6BD9) is known color: Orchid. HEX triplet: CC, 6B and D9. RGB value is (204,107,217). Sum of RGB (Red+Green+Blue) = 204+107+217=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 107 (42.19% from 255 or 20.27% from 528); Blue value is 217 (85.16% from 255 or 41.10% from 528); Max value from RGB is 217 - color contains mainly: blue. Hex color #CC6BD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6BD9 is #339426. Grayscale: #949494. Windows color (decimal): -3380263 or 14248908. OLE color: 14248908.

HSL color Cylindrical-coordinate representation of color #CC6BD9: hue angle of 292.91º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC6BD9 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 107 217 -
CMYK 0.06 0.51 0 0.15
HSL 292.91º 0.59% 0.64% -
HSV(B) 292.91º 0.51% 0.85% -
XYZ 42.68 28.36 68.87 -
YUV 148.54 166.64 167.56 -
System Red Green Blue C M Y K H S L
Decimal 204 107 217 0.06 0.51 0 0.15 292.91 0.59 0.64
Hex CC 6B D9 6 33 0 F 125 3B 40
Octal 314 153 331 6 63 0 17 445 73 100
Binary 11001100 1101011 11011001 110 110011 0 1111 100100101 111011 1000000

Color Harmonies of #CC6BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6BD9

Black with #CC6BD9

Text Example


Text Example

White with #CC6BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6BD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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