Html Css Color HEX #CC78D0 Orchid

📋 copy color: '#CC78D0'

red 204 ◦ green 120 ◦ blue 208

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

Shades of Orchid #CC78D0

Tints of Orchid #CC78D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.1%

R = 38.35%
G = 22.56%
B = 39.1%

CMYK

 C value IS 0.02

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CC78D0 (or 0xCC78D0) is known color: Orchid. HEX triplet: CC, 78 and D0. RGB value is (204,120,208). Sum of RGB (Red+Green+Blue) = 204+120+208=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 120 (47.27% from 255 or 22.56% from 532); Blue value is 208 (81.64% from 255 or 39.10% from 532); Max value from RGB is 208 - color contains mainly: blue. Hex color #CC78D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC78D0 is #33872F. Grayscale: #9A9A9A. Windows color (decimal): -3376944 or 13662412. OLE color: 13662412.

HSL color Cylindrical-coordinate representation of color #CC78D0: hue angle of 297.27º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC78D0 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 120 208 -
CMYK 0.02 0.42 0 0.18
HSL 297.27º 0.48% 0.64% -
HSV(B) 297.27º 0.42% 0.82% -
XYZ 43 30.82 63.36 -
YUV 155.15 157.83 162.84 -
System Red Green Blue C M Y K H S L
Decimal 204 120 208 0.02 0.42 0 0.18 297.27 0.48 0.64
Hex CC 78 D0 2 2A 0 12 129 30 40
Octal 314 170 320 2 52 0 22 451 60 100
Binary 11001100 1111000 11010000 10 101010 0 10010 100101001 110000 1000000

Color Harmonies of #CC78D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC78D0

Black with #CC78D0

Text Example


Text Example

White with #CC78D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC78D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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