Html Css Color HEX #CE73DC Orchid

📋 copy color: '#CE73DC'

red 206 ◦ green 115 ◦ blue 220

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

Shades of Orchid #CE73DC

Tints of Orchid #CE73DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.67%

R = 38.08%
G = 21.26%
B = 40.67%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE73DC (or 0xCE73DC) is known color: Orchid. HEX triplet: CE, 73 and DC. RGB value is (206,115,220). Sum of RGB (Red+Green+Blue) = 206+115+220=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 115 (45.31% from 255 or 21.26% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE73DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE73DC is #318C23. Grayscale: #999999. Windows color (decimal): -3247140 or 14447566. OLE color: 14447566.

HSL color Cylindrical-coordinate representation of color #CE73DC: hue angle of 292º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE73DC is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 115 220 -
CMYK 0.06 0.48 0 0.14
HSL 292º 0.6% 0.66% -
HSV(B) 292º 0.48% 0.86% -
XYZ 44.5 30.55 71.26 -
YUV 154.18 165.15 164.96 -
System Red Green Blue C M Y K H S L
Decimal 206 115 220 0.06 0.48 0 0.14 292 0.6 0.66
Hex CE 73 DC 6 30 0 E 124 3C 42
Octal 316 163 334 6 60 0 16 444 74 102
Binary 11001110 1110011 11011100 110 110000 0 1110 100100100 111100 1000010

Color Harmonies of #CE73DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE73DC

Black with #CE73DC

Text Example


Text Example

White with #CE73DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE73DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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