Html Css Color HEX #CC78BC Orchid

📋 copy color: '#CC78BC'

red 204 ◦ green 120 ◦ blue 188

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

Shades of Orchid #CC78BC

Tints of Orchid #CC78BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.72%

R = 39.84%
G = 23.44%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC78BC (or 0xCC78BC) is known color: Orchid. HEX triplet: CC, 78 and BC. RGB value is (204,120,188). Sum of RGB (Red+Green+Blue) = 204+120+188=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 120 (47.27% from 255 or 23.44% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CC78BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC78BC is #338743. Grayscale: #989898. Windows color (decimal): -3376964 or 12351692. OLE color: 12351692.

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

Color convert

RGB 204 120 188 -
CMYK 0 0.41 0.08 0.2
HSL 311.43º 0.45% 0.64% -
HSV(B) 311.43º 0.41% 0.8% -
XYZ 40.7 29.9 51.2 -
YUV 152.87 147.83 164.47 -
System Red Green Blue C M Y K H S L
Decimal 204 120 188 0 0.41 0.08 0.2 311.43 0.45 0.64
Hex CC 78 BC 0 29 8 14 137 2D 40
Octal 314 170 274 0 51 10 24 467 55 100
Binary 11001100 1111000 10111100 0 101001 1000 10100 100110111 101101 1000000

Color Harmonies of #CC78BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC78BC

Black with #CC78BC

Text Example


Text Example

White with #CC78BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC78BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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