Html Css Color HEX #CE78DC Orchid

📋 copy color: '#CE78DC'

red 206 ◦ green 120 ◦ blue 220

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

Shades of Orchid #CE78DC

Tints of Orchid #CE78DC

RGB

 RED value IS 206 (80.86% from 255) = 37.73%

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

 BLUE value IS 220 (86.33% from 255) = 40.29%

R = 37.73%
G = 21.98%
B = 40.29%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE78DC (or 0xCE78DC) is known color: Orchid. HEX triplet: CE, 78 and DC. RGB value is (206,120,220). Sum of RGB (Red+Green+Blue) = 206+120+220=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 120 (47.27% from 255 or 21.98% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE78DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE78DC is #318723. Grayscale: #9C9C9C. Windows color (decimal): -3245860 or 14448846. OLE color: 14448846.

HSL color Cylindrical-coordinate representation of color #CE78DC: hue angle of 291.6º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE78DC is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 120 220 -
CMYK 0.06 0.45 0 0.14
HSL 291.6º 0.59% 0.67% -
HSV(B) 291.6º 0.45% 0.86% -
XYZ 45.09 31.72 71.46 -
YUV 157.11 163.49 162.87 -
System Red Green Blue C M Y K H S L
Decimal 206 120 220 0.06 0.45 0 0.14 291.6 0.59 0.67
Hex CE 78 DC 6 2D 0 E 124 3B 43
Octal 316 170 334 6 55 0 16 444 73 103
Binary 11001110 1111000 11011100 110 101101 0 1110 100100100 111011 1000011

Color Harmonies of #CE78DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE78DC

Black with #CE78DC

Text Example


Text Example

White with #CE78DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE78DC; }

 p { color: rgb(206,120,220); }

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

background-color css

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

 a { background-color: rgb(206,120,220); }

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

border-color css

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

 span { border-color: rgb(206,120,220); }

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