Html Css Color HEX #CC78DA Orchid

📋 copy color: '#CC78DA'

red 204 ◦ green 120 ◦ blue 218

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

Shades of Orchid #CC78DA

Tints of Orchid #CC78DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.22%

R = 37.64%
G = 22.14%
B = 40.22%

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

#CC78DA (or 0xCC78DA) is known color: Orchid. HEX triplet: CC, 78 and DA. RGB value is (204,120,218). Sum of RGB (Red+Green+Blue) = 204+120+218=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 120 (47.27% from 255 or 22.14% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC78DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC78DA is #338725. Grayscale: #9B9B9B. Windows color (decimal): -3376934 or 14317772. OLE color: 14317772.

HSL color Cylindrical-coordinate representation of color #CC78DA: hue angle of 291.43º degrees, saturation: 0.57, 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 #CC78DA is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 120 218 -
CMYK 0.06 0.45 0 0.15
HSL 291.43º 0.57% 0.66% -
HSV(B) 291.43º 0.45% 0.85% -
XYZ 44.27 31.33 70.04 -
YUV 156.29 162.83 162.03 -
System Red Green Blue C M Y K H S L
Decimal 204 120 218 0.06 0.45 0 0.15 291.43 0.57 0.66
Hex CC 78 DA 6 2D 0 F 123 39 42
Octal 314 170 332 6 55 0 17 443 71 102
Binary 11001100 1111000 11011010 110 101101 0 1111 100100011 111001 1000010

Color Harmonies of #CC78DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC78DA

Black with #CC78DA

Text Example


Text Example

White with #CC78DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC78DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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