Html Css Color HEX #CC78D5 Orchid

📋 copy color: '#CC78D5'

red 204 ◦ green 120 ◦ blue 213

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

Shades of Orchid #CC78D5

Tints of Orchid #CC78D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.66%

R = 37.99%
G = 22.35%
B = 39.66%

CMYK

 C value IS 0.04

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC78D5 (or 0xCC78D5) is known color: Orchid. HEX triplet: CC, 78 and D5. RGB value is (204,120,213). Sum of RGB (Red+Green+Blue) = 204+120+213=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 120 (47.27% from 255 or 22.35% from 537); Blue value is 213 (83.59% from 255 or 39.66% from 537); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC78D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC78D5 is #33872A. Grayscale: #9B9B9B. Windows color (decimal): -3376939 or 13990092. OLE color: 13990092.

HSL color Cylindrical-coordinate representation of color #CC78D5: hue angle of 294.19º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC78D5 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 120 213 -
CMYK 0.04 0.44 0 0.16
HSL 294.19º 0.53% 0.65% -
HSV(B) 294.19º 0.44% 0.84% -
XYZ 43.63 31.07 66.65 -
YUV 155.72 160.33 162.44 -
System Red Green Blue C M Y K H S L
Decimal 204 120 213 0.04 0.44 0 0.16 294.19 0.53 0.65
Hex CC 78 D5 4 2C 0 10 126 35 41
Octal 314 170 325 4 54 0 20 446 65 101
Binary 11001100 1111000 11010101 100 101100 0 10000 100100110 110101 1000001

Color Harmonies of #CC78D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC78D5

Black with #CC78D5

Text Example


Text Example

White with #CC78D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC78D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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