Html Css Color HEX #CC78B5 Orchid

📋 copy color: '#CC78B5'

red 204 ◦ green 120 ◦ blue 181

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

Shades of Orchid #CC78B5

Tints of Orchid #CC78B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.84%

R = 40.4%
G = 23.76%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#CC78B5 (or 0xCC78B5) is known color: Orchid. HEX triplet: CC, 78 and B5. RGB value is (204,120,181). Sum of RGB (Red+Green+Blue) = 204+120+181=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 120 (47.27% from 255 or 23.76% from 505); Blue value is 181 (71.09% from 255 or 35.84% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CC78B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC78B5 is #33874A. Grayscale: #979797. Windows color (decimal): -3376971 or 11892940. OLE color: 11892940.

HSL color Cylindrical-coordinate representation of color #CC78B5: hue angle of 316.43º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC78B5 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 120 181 -
CMYK 0 0.41 0.11 0.2
HSL 316.43º 0.45% 0.64% -
HSV(B) 316.43º 0.41% 0.8% -
XYZ 39.96 29.61 47.32 -
YUV 152.07 144.33 165.04 -
System Red Green Blue C M Y K H S L
Decimal 204 120 181 0 0.41 0.11 0.2 316.43 0.45 0.64
Hex CC 78 B5 0 29 B 14 13C 2D 40
Octal 314 170 265 0 51 13 24 474 55 100
Binary 11001100 1111000 10110101 0 101001 1011 10100 100111100 101101 1000000

Color Harmonies of #CC78B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC78B5

Black with #CC78B5

Text Example


Text Example

White with #CC78B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC78B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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