Html Css Color HEX #CE73B9 Orchid

📋 copy color: '#CE73B9'

red 206 ◦ green 115 ◦ blue 185

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

Shades of Orchid #CE73B9

Tints of Orchid #CE73B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.56%

R = 40.71%
G = 22.73%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE73B9 (or 0xCE73B9) is known color: Orchid. HEX triplet: CE, 73 and B9. RGB value is (206,115,185). Sum of RGB (Red+Green+Blue) = 206+115+185=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 115 (45.31% from 255 or 22.73% from 506); Blue value is 185 (72.66% from 255 or 36.56% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CE73B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE73B9 is #318C46. Grayscale: #959595. Windows color (decimal): -3247175 or 12153806. OLE color: 12153806.

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

Color convert

RGB 206 115 185 -
CMYK 0 0.44 0.10 0.19
HSL 313.85º 0.48% 0.63% -
HSV(B) 313.85º 0.44% 0.81% -
XYZ 40.34 28.89 49.35 -
YUV 150.19 147.65 167.81 -
System Red Green Blue C M Y K H S L
Decimal 206 115 185 0 0.44 0.10 0.19 313.85 0.48 0.63
Hex CE 73 B9 0 2C A 13 13A 30 3F
Octal 316 163 271 0 54 12 23 472 60 77
Binary 11001110 1110011 10111001 0 101100 1010 10011 100111010 110000 111111

Color Harmonies of #CE73B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE73B9

Black with #CE73B9

Text Example


Text Example

White with #CE73B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE73B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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