Html Css Color HEX #CE73C7 Orchid

📋 copy color: '#CE73C7'

red 206 ◦ green 115 ◦ blue 199

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

Shades of Orchid #CE73C7

Tints of Orchid #CE73C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.27%

R = 39.62%
G = 22.12%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CE73C7 (or 0xCE73C7) is known color: Orchid. HEX triplet: CE, 73 and C7. RGB value is (206,115,199). Sum of RGB (Red+Green+Blue) = 206+115+199=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 115 (45.31% from 255 or 22.12% from 520); Blue value is 199 (78.12% from 255 or 38.27% from 520); Max value from RGB is 206 - color contains mainly: red. Hex color #CE73C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE73C7 is #318C38. Grayscale: #979797. Windows color (decimal): -3247161 or 13071310. OLE color: 13071310.

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

Color convert

RGB 206 115 199 -
CMYK 0 0.44 0.03 0.19
HSL 304.62º 0.48% 0.63% -
HSV(B) 304.62º 0.44% 0.81% -
XYZ 41.89 29.51 57.52 -
YUV 151.79 154.65 166.67 -
System Red Green Blue C M Y K H S L
Decimal 206 115 199 0 0.44 0.03 0.19 304.62 0.48 0.63
Hex CE 73 C7 0 2C 3 13 131 30 3F
Octal 316 163 307 0 54 3 23 461 60 77
Binary 11001110 1110011 11000111 0 101100 11 10011 100110001 110000 111111

Color Harmonies of #CE73C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE73C7

Black with #CE73C7

Text Example


Text Example

White with #CE73C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE73C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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