Html Css Color HEX #CE73BE Orchid

📋 copy color: '#CE73BE'

red 206 ◦ green 115 ◦ blue 190

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

Shades of Orchid #CE73BE

Tints of Orchid #CE73BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.18%

R = 40.31%
G = 22.5%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE73BE (or 0xCE73BE) is known color: Orchid. HEX triplet: CE, 73 and BE. RGB value is (206,115,190). Sum of RGB (Red+Green+Blue) = 206+115+190=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 115 (45.31% from 255 or 22.50% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 206 - color contains mainly: red. Hex color #CE73BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE73BE is #318C41. Grayscale: #969696. Windows color (decimal): -3247170 or 12481486. OLE color: 12481486.

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

Color convert

RGB 206 115 190 -
CMYK 0 0.44 0.08 0.19
HSL 310.55º 0.48% 0.63% -
HSV(B) 310.55º 0.44% 0.81% -
XYZ 40.88 29.1 52.18 -
YUV 150.76 150.15 167.4 -
System Red Green Blue C M Y K H S L
Decimal 206 115 190 0 0.44 0.08 0.19 310.55 0.48 0.63
Hex CE 73 BE 0 2C 8 13 137 30 3F
Octal 316 163 276 0 54 10 23 467 60 77
Binary 11001110 1110011 10111110 0 101100 1000 10011 100110111 110000 111111

Color Harmonies of #CE73BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE73BE

Black with #CE73BE

Text Example


Text Example

White with #CE73BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE73BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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