Html Css Color HEX #CE37FD Medium Orchid

📋 copy color: '#CE37FD'

red 206 ◦ green 55 ◦ blue 253

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

Shades of Medium Orchid #CE37FD

Tints of Medium Orchid #CE37FD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 10.7%

 BLUE value IS 253 (99.22% from 255) = 49.22%

R = 40.08%
G = 10.7%
B = 49.22%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE37FD (or 0xCE37FD) is known color: Medium Orchid. HEX triplet: CE, 37 and FD. RGB value is (206,55,253). Sum of RGB (Red+Green+Blue) = 206+55+253=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 55 (21.88% from 255 or 10.70% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE37FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE37FD is #31C802. Grayscale: #7A7A7A. Windows color (decimal): -3262467 or 16594894. OLE color: 16594894.

HSL color Cylindrical-coordinate representation of color #CE37FD: hue angle of 285.76º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE37FD is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 55 253 -
CMYK 0.19 0.78 0 0.01
HSL 285.76º 0.98% 0.6% -
HSV(B) 285.76º 0.78% 0.99% -
XYZ 44.55 22.95 95.01 -
YUV 122.72 201.53 187.4 -
System Red Green Blue C M Y K H S L
Decimal 206 55 253 0.19 0.78 0 0.01 285.76 0.98 0.6
Hex CE 37 FD 13 4E 0 1 11E 62 3C
Octal 316 67 375 23 116 0 1 436 142 74
Binary 11001110 110111 11111101 10011 1001110 0 1 100011110 1100010 111100

Color Harmonies of #CE37FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE37FD

Black with #CE37FD

Text Example


Text Example

White with #CE37FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE37FD; }

 p { color: rgb(206,55,253); }

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

background-color css

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

 a { background-color: rgb(206,55,253); }

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

border-color css

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

 span { border-color: rgb(206,55,253); }

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