Html Css Color HEX #CC78BA Orchid

📋 copy color: '#CC78BA'

red 204 ◦ green 120 ◦ blue 186

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

Shades of Orchid #CC78BA

Tints of Orchid #CC78BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.47%

R = 40%
G = 23.53%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC78BA (or 0xCC78BA) is known color: Orchid. HEX triplet: CC, 78 and BA. RGB value is (204,120,186). Sum of RGB (Red+Green+Blue) = 204+120+186=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 120 (47.27% from 255 or 23.53% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CC78BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC78BA is #338745. Grayscale: #989898. Windows color (decimal): -3376966 or 12220620. OLE color: 12220620.

HSL color Cylindrical-coordinate representation of color #CC78BA: hue angle of 312.86º 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 #CC78BA is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 120 186 -
CMYK 0 0.41 0.09 0.2
HSL 312.86º 0.45% 0.64% -
HSV(B) 312.86º 0.41% 0.8% -
XYZ 40.48 29.82 50.08 -
YUV 152.64 146.83 164.63 -
System Red Green Blue C M Y K H S L
Decimal 204 120 186 0 0.41 0.09 0.2 312.86 0.45 0.64
Hex CC 78 BA 0 29 9 14 139 2D 40
Octal 314 170 272 0 51 11 24 471 55 100
Binary 11001100 1111000 10111010 0 101001 1001 10100 100111001 101101 1000000

Color Harmonies of #CC78BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC78BA

Black with #CC78BA

Text Example


Text Example

White with #CC78BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC78BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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