Html Css Color HEX #CE73D8 Orchid

📋 copy color: '#CE73D8'

red 206 ◦ green 115 ◦ blue 216

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

Shades of Orchid #CE73D8

Tints of Orchid #CE73D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.22%

R = 38.36%
G = 21.42%
B = 40.22%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE73D8 (or 0xCE73D8) is known color: Orchid. HEX triplet: CE, 73 and D8. RGB value is (206,115,216). Sum of RGB (Red+Green+Blue) = 206+115+216=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 115 (45.31% from 255 or 21.42% from 537); Blue value is 216 (84.77% from 255 or 40.22% from 537); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE73D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE73D8 is #318C27. Grayscale: #999999. Windows color (decimal): -3247144 or 14185422. OLE color: 14185422.

HSL color Cylindrical-coordinate representation of color #CE73D8: hue angle of 294.06º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE73D8 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 115 216 -
CMYK 0.05 0.47 0 0.15
HSL 294.06º 0.56% 0.65% -
HSV(B) 294.06º 0.47% 0.85% -
XYZ 43.98 30.34 68.5 -
YUV 153.72 163.15 165.29 -
System Red Green Blue C M Y K H S L
Decimal 206 115 216 0.05 0.47 0 0.15 294.06 0.56 0.65
Hex CE 73 D8 5 2F 0 F 126 38 41
Octal 316 163 330 5 57 0 17 446 70 101
Binary 11001110 1110011 11011000 101 101111 0 1111 100100110 111000 1000001

Color Harmonies of #CE73D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE73D8

Black with #CE73D8

Text Example


Text Example

White with #CE73D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE73D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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