Html Css Color HEX #CE78DE Orchid

📋 copy color: '#CE78DE'

red 206 ◦ green 120 ◦ blue 222

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

Shades of Orchid #CE78DE

Tints of Orchid #CE78DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.51%

R = 37.59%
G = 21.9%
B = 40.51%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE78DE (or 0xCE78DE) is known color: Orchid. HEX triplet: CE, 78 and DE. RGB value is (206,120,222). Sum of RGB (Red+Green+Blue) = 206+120+222=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 120 (47.27% from 255 or 21.90% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE78DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE78DE is #318721. Grayscale: #9D9D9D. Windows color (decimal): -3245858 or 14579918. OLE color: 14579918.

HSL color Cylindrical-coordinate representation of color #CE78DE: hue angle of 290.59º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE78DE is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 120 222 -
CMYK 0.07 0.46 0 0.13
HSL 290.59º 0.61% 0.67% -
HSV(B) 290.59º 0.46% 0.87% -
XYZ 45.35 31.83 72.86 -
YUV 157.34 164.49 162.71 -
System Red Green Blue C M Y K H S L
Decimal 206 120 222 0.07 0.46 0 0.13 290.59 0.61 0.67
Hex CE 78 DE 7 2E 0 D 123 3D 43
Octal 316 170 336 7 56 0 15 443 75 103
Binary 11001110 1111000 11011110 111 101110 0 1101 100100011 111101 1000011

Color Harmonies of #CE78DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE78DE

Black with #CE78DE

Text Example


Text Example

White with #CE78DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE78DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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