Html Css Color HEX #CE73CD Orchid

📋 copy color: '#CE73CD'

red 206 ◦ green 115 ◦ blue 205

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

Shades of Orchid #CE73CD

Tints of Orchid #CE73CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.97%

R = 39.16%
G = 21.86%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CE73CD (or 0xCE73CD) is known color: Orchid. HEX triplet: CE, 73 and CD. RGB value is (206,115,205). Sum of RGB (Red+Green+Blue) = 206+115+205=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 115 (45.31% from 255 or 21.86% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 206 - color contains mainly: red. Hex color #CE73CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE73CD is #318C32. Grayscale: #989898. Windows color (decimal): -3247155 or 13464526. OLE color: 13464526.

HSL color Cylindrical-coordinate representation of color #CE73CD: hue angle of 300.66º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE73CD is Cyan = 0, Magento = 0.44, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 115 205 -
CMYK 0 0.44 0.00 0.19
HSL 300.66º 0.48% 0.63% -
HSV(B) 300.66º 0.44% 0.81% -
XYZ 42.6 29.79 61.26 -
YUV 152.47 157.65 166.18 -
System Red Green Blue C M Y K H S L
Decimal 206 115 205 0 0.44 0.00 0.19 300.66 0.48 0.63
Hex CE 73 CD 0 2C 0 13 12D 30 3F
Octal 316 163 315 0 54 0 23 455 60 77
Binary 11001110 1110011 11001101 0 101100 0 10011 100101101 110000 111111

Color Harmonies of #CE73CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE73CD

Black with #CE73CD

Text Example


Text Example

White with #CE73CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE73CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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