Html Css Color HEX #CE78BE Orchid

📋 copy color: '#CE78BE'

red 206 ◦ green 120 ◦ blue 190

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

Shades of Orchid #CE78BE

Tints of Orchid #CE78BE

RGB

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

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

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

R = 39.92%
G = 23.26%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE78BE (or 0xCE78BE) is known color: Orchid. HEX triplet: CE, 78 and BE. RGB value is (206,120,190). Sum of RGB (Red+Green+Blue) = 206+120+190=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 120 (47.27% from 255 or 23.26% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CE78BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE78BE is #318741. Grayscale: #999999. Windows color (decimal): -3245890 or 12482766. OLE color: 12482766.

HSL color Cylindrical-coordinate representation of color #CE78BE: hue angle of 311.16º 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 #CE78BE is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 120 190 -
CMYK 0 0.42 0.08 0.19
HSL 311.16º 0.47% 0.64% -
HSV(B) 311.16º 0.42% 0.81% -
XYZ 41.46 30.27 52.37 -
YUV 153.69 148.49 165.31 -
System Red Green Blue C M Y K H S L
Decimal 206 120 190 0 0.42 0.08 0.19 311.16 0.47 0.64
Hex CE 78 BE 0 2A 8 13 137 2F 40
Octal 316 170 276 0 52 10 23 467 57 100
Binary 11001110 1111000 10111110 0 101010 1000 10011 100110111 101111 1000000

Color Harmonies of #CE78BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE78BE

Black with #CE78BE

Text Example


Text Example

White with #CE78BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE78BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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