Html Css Color HEX #CE78B5 Orchid

📋 copy color: '#CE78B5'

red 206 ◦ green 120 ◦ blue 181

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

Shades of Orchid #CE78B5

Tints of Orchid #CE78B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.7%

R = 40.63%
G = 23.67%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CE78B5 (or 0xCE78B5) is known color: Orchid. HEX triplet: CE, 78 and B5. RGB value is (206,120,181). Sum of RGB (Red+Green+Blue) = 206+120+181=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 120 (47.27% from 255 or 23.67% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CE78B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE78B5 is #31874A. Grayscale: #989898. Windows color (decimal): -3245899 or 11892942. OLE color: 11892942.

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

Color convert

RGB 206 120 181 -
CMYK 0 0.42 0.12 0.19
HSL 317.44º 0.47% 0.64% -
HSV(B) 317.44º 0.42% 0.81% -
XYZ 40.51 29.89 47.35 -
YUV 152.67 143.99 166.04 -
System Red Green Blue C M Y K H S L
Decimal 206 120 181 0 0.42 0.12 0.19 317.44 0.47 0.64
Hex CE 78 B5 0 2A C 13 13D 2F 40
Octal 316 170 265 0 52 14 23 475 57 100
Binary 11001110 1111000 10110101 0 101010 1100 10011 100111101 101111 1000000

Color Harmonies of #CE78B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE78B5

Black with #CE78B5

Text Example


Text Example

White with #CE78B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE78B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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