Html Css Color HEX #CC78D9 Orchid

📋 copy color: '#CC78D9'

red 204 ◦ green 120 ◦ blue 217

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

Shades of Orchid #CC78D9

Tints of Orchid #CC78D9

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.18%

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

R = 37.71%
G = 22.18%
B = 40.11%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC78D9 (or 0xCC78D9) is known color: Orchid. HEX triplet: CC, 78 and D9. RGB value is (204,120,217). Sum of RGB (Red+Green+Blue) = 204+120+217=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 120 (47.27% from 255 or 22.18% from 541); Blue value is 217 (85.16% from 255 or 40.11% from 541); Max value from RGB is 217 - color contains mainly: blue. Hex color #CC78D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC78D9 is #338726. Grayscale: #9B9B9B. Windows color (decimal): -3376935 or 14252236. OLE color: 14252236.

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

Color convert

RGB 204 120 217 -
CMYK 0.06 0.45 0 0.15
HSL 291.96º 0.56% 0.66% -
HSV(B) 291.96º 0.45% 0.85% -
XYZ 44.14 31.28 69.36 -
YUV 156.17 162.33 162.11 -
System Red Green Blue C M Y K H S L
Decimal 204 120 217 0.06 0.45 0 0.15 291.96 0.56 0.66
Hex CC 78 D9 6 2D 0 F 124 38 42
Octal 314 170 331 6 55 0 17 444 70 102
Binary 11001100 1111000 11011001 110 101101 0 1111 100100100 111000 1000010

Color Harmonies of #CC78D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC78D9

Black with #CC78D9

Text Example


Text Example

White with #CC78D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC78D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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