Html Css Color HEX #CC78BE Orchid

📋 copy color: '#CC78BE'

red 204 ◦ green 120 ◦ blue 190

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

Shades of Orchid #CC78BE

Tints of Orchid #CC78BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.96%

R = 39.69%
G = 23.35%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC78BE (or 0xCC78BE) is known color: Orchid. HEX triplet: CC, 78 and BE. RGB value is (204,120,190). Sum of RGB (Red+Green+Blue) = 204+120+190=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 120 (47.27% from 255 or 23.35% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CC78BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC78BE is #338741. Grayscale: #989898. Windows color (decimal): -3376962 or 12482764. OLE color: 12482764.

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

Color convert

RGB 204 120 190 -
CMYK 0 0.41 0.07 0.2
HSL 310º 0.45% 0.64% -
HSV(B) 310º 0.41% 0.8% -
XYZ 40.91 29.99 52.35 -
YUV 153.1 148.83 164.31 -
System Red Green Blue C M Y K H S L
Decimal 204 120 190 0 0.41 0.07 0.2 310 0.45 0.64
Hex CC 78 BE 0 29 7 14 136 2D 40
Octal 314 170 276 0 51 7 24 466 55 100
Binary 11001100 1111000 10111110 0 101001 111 10100 100110110 101101 1000000

Color Harmonies of #CC78BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC78BE

Black with #CC78BE

Text Example


Text Example

White with #CC78BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC78BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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