Html Css Color HEX #CE78C2 Orchid

📋 copy color: '#CE78C2'

red 206 ◦ green 120 ◦ blue 194

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

Shades of Orchid #CE78C2

Tints of Orchid #CE78C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.31%

R = 39.62%
G = 23.08%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CE78C2 (or 0xCE78C2) is known color: Orchid. HEX triplet: CE, 78 and C2. RGB value is (206,120,194). Sum of RGB (Red+Green+Blue) = 206+120+194=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 120 (47.27% from 255 or 23.08% from 520); Blue value is 194 (76.17% from 255 or 37.31% from 520); Max value from RGB is 206 - color contains mainly: red. Hex color #CE78C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE78C2 is #31873D. Grayscale: #999999. Windows color (decimal): -3245886 or 12744910. OLE color: 12744910.

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

Color convert

RGB 206 120 194 -
CMYK 0 0.42 0.06 0.19
HSL 308.37º 0.47% 0.64% -
HSV(B) 308.37º 0.42% 0.81% -
XYZ 41.91 30.45 54.71 -
YUV 154.15 150.49 164.98 -
System Red Green Blue C M Y K H S L
Decimal 206 120 194 0 0.42 0.06 0.19 308.37 0.47 0.64
Hex CE 78 C2 0 2A 6 13 134 2F 40
Octal 316 170 302 0 52 6 23 464 57 100
Binary 11001110 1111000 11000010 0 101010 110 10011 100110100 101111 1000000

Color Harmonies of #CE78C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE78C2

Black with #CE78C2

Text Example


Text Example

White with #CE78C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE78C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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