Html Css Color HEX #CE78E0 Orchid

📋 copy color: '#CE78E0'

red 206 ◦ green 120 ◦ blue 224

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

Shades of Orchid #CE78E0

Tints of Orchid #CE78E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.73%

R = 37.45%
G = 21.82%
B = 40.73%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CE78E0 (or 0xCE78E0) is known color: Orchid. HEX triplet: CE, 78 and E0. RGB value is (206,120,224). Sum of RGB (Red+Green+Blue) = 206+120+224=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 120 (47.27% from 255 or 21.82% from 550); Blue value is 224 (87.89% from 255 or 40.73% from 550); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE78E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE78E0 is #31871F. Grayscale: #9D9D9D. Windows color (decimal): -3245856 or 14710990. OLE color: 14710990.

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

Color convert

RGB 206 120 224 -
CMYK 0.08 0.46 0 0.12
HSL 289.62º 0.63% 0.67% -
HSV(B) 289.62º 0.46% 0.88% -
XYZ 45.62 31.94 74.28 -
YUV 157.57 165.49 162.54 -
System Red Green Blue C M Y K H S L
Decimal 206 120 224 0.08 0.46 0 0.12 289.62 0.63 0.67
Hex CE 78 E0 8 2E 0 C 122 3F 43
Octal 316 170 340 10 56 0 14 442 77 103
Binary 11001110 1111000 11100000 1000 101110 0 1100 100100010 111111 1000011

Color Harmonies of #CE78E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE78E0

Black with #CE78E0

Text Example


Text Example

White with #CE78E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE78E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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