Html Css Color HEX #CE73DE Orchid

📋 copy color: '#CE73DE'

red 206 ◦ green 115 ◦ blue 222

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

Shades of Orchid #CE73DE

Tints of Orchid #CE73DE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.18%

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

R = 37.94%
G = 21.18%
B = 40.88%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE73DE (or 0xCE73DE) is known color: Orchid. HEX triplet: CE, 73 and DE. RGB value is (206,115,222). Sum of RGB (Red+Green+Blue) = 206+115+222=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 115 (45.31% from 255 or 21.18% from 543); Blue value is 222 (87.11% from 255 or 40.88% from 543); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE73DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE73DE is #318C21. Grayscale: #9A9A9A. Windows color (decimal): -3247138 or 14578638. OLE color: 14578638.

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

Color convert

RGB 206 115 222 -
CMYK 0.07 0.48 0 0.13
HSL 291.03º 0.62% 0.66% -
HSV(B) 291.03º 0.48% 0.87% -
XYZ 44.77 30.66 72.67 -
YUV 154.41 166.15 164.8 -
System Red Green Blue C M Y K H S L
Decimal 206 115 222 0.07 0.48 0 0.13 291.03 0.62 0.66
Hex CE 73 DE 7 30 0 D 123 3E 42
Octal 316 163 336 7 60 0 15 443 76 102
Binary 11001110 1110011 11011110 111 110000 0 1101 100100011 111110 1000010

Color Harmonies of #CE73DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE73DE

Black with #CE73DE

Text Example


Text Example

White with #CE73DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE73DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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