Html Css Color HEX #CE78B9 Orchid

📋 copy color: '#CE78B9'

red 206 ◦ green 120 ◦ blue 185

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

Shades of Orchid #CE78B9

Tints of Orchid #CE78B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.2%

R = 40.31%
G = 23.48%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE78B9 (or 0xCE78B9) is known color: Orchid. HEX triplet: CE, 78 and B9. RGB value is (206,120,185). Sum of RGB (Red+Green+Blue) = 206+120+185=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 120 (47.27% from 255 or 23.48% from 511); Blue value is 185 (72.66% from 255 or 36.20% from 511); Max value from RGB is 206 - color contains mainly: red. Hex color #CE78B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE78B9 is #318746. Grayscale: #989898. Windows color (decimal): -3245895 or 12155086. OLE color: 12155086.

HSL color Cylindrical-coordinate representation of color #CE78B9: hue angle of 314.65º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE78B9 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 120 185 -
CMYK 0 0.42 0.10 0.19
HSL 314.65º 0.47% 0.64% -
HSV(B) 314.65º 0.42% 0.81% -
XYZ 40.93 30.06 49.54 -
YUV 153.12 145.99 165.71 -
System Red Green Blue C M Y K H S L
Decimal 206 120 185 0 0.42 0.10 0.19 314.65 0.47 0.64
Hex CE 78 B9 0 2A A 13 13B 2F 40
Octal 316 170 271 0 52 12 23 473 57 100
Binary 11001110 1111000 10111001 0 101010 1010 10011 100111011 101111 1000000

Color Harmonies of #CE78B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE78B9

Black with #CE78B9

Text Example


Text Example

White with #CE78B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE78B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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