Html Css Color HEX #CC78BF Orchid

📋 copy color: '#CC78BF'

red 204 ◦ green 120 ◦ blue 191

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

Shades of Orchid #CC78BF

Tints of Orchid #CC78BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.09%

R = 39.61%
G = 23.3%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CC78BF (or 0xCC78BF) is known color: Orchid. HEX triplet: CC, 78 and BF. RGB value is (204,120,191). Sum of RGB (Red+Green+Blue) = 204+120+191=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 120 (47.27% from 255 or 23.30% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CC78BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC78BF is #338740. Grayscale: #999999. Windows color (decimal): -3376961 or 12548300. OLE color: 12548300.

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

Color convert

RGB 204 120 191 -
CMYK 0 0.41 0.06 0.2
HSL 309.29º 0.45% 0.64% -
HSV(B) 309.29º 0.41% 0.8% -
XYZ 41.02 30.03 52.92 -
YUV 153.21 149.33 164.23 -
System Red Green Blue C M Y K H S L
Decimal 204 120 191 0 0.41 0.06 0.2 309.29 0.45 0.64
Hex CC 78 BF 0 29 6 14 135 2D 40
Octal 314 170 277 0 51 6 24 465 55 100
Binary 11001100 1111000 10111111 0 101001 110 10100 100110101 101101 1000000

Color Harmonies of #CC78BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC78BF

Black with #CC78BF

Text Example


Text Example

White with #CC78BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC78BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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