Html Css Color HEX #CE37FC Medium Orchid

📋 copy color: '#CE37FC'

red 206 ◦ green 55 ◦ blue 252

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

Shades of Medium Orchid #CE37FC

Tints of Medium Orchid #CE37FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.12%

R = 40.16%
G = 10.72%
B = 49.12%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE37FC (or 0xCE37FC) is known color: Medium Orchid. HEX triplet: CE, 37 and FC. RGB value is (206,55,252). Sum of RGB (Red+Green+Blue) = 206+55+252=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 55 (21.88% from 255 or 10.72% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE37FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE37FC is #31C803. Grayscale: #797979. Windows color (decimal): -3262468 or 16529358. OLE color: 16529358.

HSL color Cylindrical-coordinate representation of color #CE37FC: hue angle of 285.99º degrees, saturation: 0.97, 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 #CE37FC is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 55 252 -
CMYK 0.18 0.78 0 0.01
HSL 285.99º 0.97% 0.6% -
HSV(B) 285.99º 0.78% 0.99% -
XYZ 44.39 22.88 94.17 -
YUV 122.61 201.03 187.48 -
System Red Green Blue C M Y K H S L
Decimal 206 55 252 0.18 0.78 0 0.01 285.99 0.97 0.6
Hex CE 37 FC 12 4E 0 1 11E 61 3C
Octal 316 67 374 22 116 0 1 436 141 74
Binary 11001110 110111 11111100 10010 1001110 0 1 100011110 1100001 111100

Color Harmonies of #CE37FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE37FC

Black with #CE37FC

Text Example


Text Example

White with #CE37FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE37FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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