Html Css Color HEX #CE78E1 Orchid

📋 copy color: '#CE78E1'

red 206 ◦ green 120 ◦ blue 225

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

Shades of Orchid #CE78E1

Tints of Orchid #CE78E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.83%

R = 37.39%
G = 21.78%
B = 40.83%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CE78E1 (or 0xCE78E1) is known color: Orchid. HEX triplet: CE, 78 and E1. RGB value is (206,120,225). Sum of RGB (Red+Green+Blue) = 206+120+225=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 120 (47.27% from 255 or 21.78% from 551); Blue value is 225 (88.28% from 255 or 40.83% from 551); Max value from RGB is 225 - color contains mainly: blue. Hex color #CE78E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE78E1 is #31871E. Grayscale: #9D9D9D. Windows color (decimal): -3245855 or 14776526. OLE color: 14776526.

HSL color Cylindrical-coordinate representation of color #CE78E1: hue angle of 289.14º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE78E1 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 120 225 -
CMYK 0.08 0.47 0 0.12
HSL 289.14º 0.64% 0.68% -
HSV(B) 289.14º 0.47% 0.88% -
XYZ 45.76 31.99 75 -
YUV 157.68 165.99 162.46 -
System Red Green Blue C M Y K H S L
Decimal 206 120 225 0.08 0.47 0 0.12 289.14 0.64 0.68
Hex CE 78 E1 8 2F 0 C 121 40 44
Octal 316 170 341 10 57 0 14 441 100 104
Binary 11001110 1111000 11100001 1000 101111 0 1100 100100001 1000000 1000100

Color Harmonies of #CE78E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE78E1

Black with #CE78E1

Text Example


Text Example

White with #CE78E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE78E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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