Html Css Color HEX #CE73BC Orchid

📋 copy color: '#CE73BC'

red 206 ◦ green 115 ◦ blue 188

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

Shades of Orchid #CE73BC

Tints of Orchid #CE73BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.94%

R = 40.47%
G = 22.59%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CE73BC (or 0xCE73BC) is known color: Orchid. HEX triplet: CE, 73 and BC. RGB value is (206,115,188). Sum of RGB (Red+Green+Blue) = 206+115+188=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 115 (45.31% from 255 or 22.59% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CE73BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE73BC is #318C43. Grayscale: #969696. Windows color (decimal): -3247172 or 12350414. OLE color: 12350414.

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

Color convert

RGB 206 115 188 -
CMYK 0 0.44 0.09 0.19
HSL 311.87º 0.48% 0.63% -
HSV(B) 311.87º 0.44% 0.81% -
XYZ 40.66 29.01 51.03 -
YUV 150.53 149.15 167.56 -
System Red Green Blue C M Y K H S L
Decimal 206 115 188 0 0.44 0.09 0.19 311.87 0.48 0.63
Hex CE 73 BC 0 2C 9 13 138 30 3F
Octal 316 163 274 0 54 11 23 470 60 77
Binary 11001110 1110011 10111100 0 101100 1001 10011 100111000 110000 111111

Color Harmonies of #CE73BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE73BC

Black with #CE73BC

Text Example


Text Example

White with #CE73BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE73BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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