Html Css Color HEX #CE78CE Orchid

📋 copy color: '#CE78CE'

red 206 ◦ green 120 ◦ blue 206

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

Shades of Orchid #CE78CE

Tints of Orchid #CE78CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.72%

R = 38.72%
G = 22.56%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CE78CE (or 0xCE78CE) is known color: Orchid. HEX triplet: CE, 78 and CE. RGB value is (206,120,206). Sum of RGB (Red+Green+Blue) = 206+120+206=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 120 (47.27% from 255 or 22.56% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE78CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE78CE is #318731. Grayscale: #9B9B9B. Windows color (decimal): -3245874 or 13531342. OLE color: 13531342.

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

Color convert

RGB 206 120 206 -
CMYK 0 0.42 0 0.19
HSL 300º 0.47% 0.64% -
HSV(B) 300º 0.42% 0.81% -
XYZ 43.31 31.01 62.1 -
YUV 155.52 156.49 164.01 -
System Red Green Blue C M Y K H S L
Decimal 206 120 206 0 0.42 0 0.19 300 0.47 0.64
Hex CE 78 CE 0 2A 0 13 12C 2F 40
Octal 316 170 316 0 52 0 23 454 57 100
Binary 11001110 1111000 11001110 0 101010 0 10011 100101100 101111 1000000

Color Harmonies of #CE78CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE78CE

Black with #CE78CE

Text Example


Text Example

White with #CE78CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE78CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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