Html Css Color HEX #CC6DC8 Orchid

📋 copy color: '#CC6DC8'

red 204 ◦ green 109 ◦ blue 200

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

Shades of Orchid #CC6DC8

Tints of Orchid #CC6DC8

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.25%

 BLUE value IS 200 (78.52% from 255) = 38.99%

R = 39.77%
G = 21.25%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#CC6DC8 (or 0xCC6DC8) is known color: Orchid. HEX triplet: CC, 6D and C8. RGB value is (204,109,200). Sum of RGB (Red+Green+Blue) = 204+109+200=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 109 (42.97% from 255 or 21.25% from 513); Blue value is 200 (78.52% from 255 or 38.99% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6DC8 is #339237. Grayscale: #939393. Windows color (decimal): -3379768 or 13135308. OLE color: 13135308.

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

Color convert

RGB 204 109 200 -
CMYK 0 0.47 0.02 0.2
HSL 302.53º 0.48% 0.61% -
HSV(B) 302.53º 0.47% 0.8% -
XYZ 40.8 27.94 57.89 -
YUV 147.78 157.47 168.1 -
System Red Green Blue C M Y K H S L
Decimal 204 109 200 0 0.47 0.02 0.2 302.53 0.48 0.61
Hex CC 6D C8 0 2F 2 14 12F 30 3D
Octal 314 155 310 0 57 2 24 457 60 75
Binary 11001100 1101101 11001000 0 101111 10 10100 100101111 110000 111101

Color Harmonies of #CC6DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6DC8

Black with #CC6DC8

Text Example


Text Example

White with #CC6DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6DC8; }

 p { color: rgb(204,109,200); }

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

background-color css

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

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

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

border-color css

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

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

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