Html Css Color HEX #CE33ED Medium Orchid

📋 copy color: '#CE33ED'

red 206 ◦ green 51 ◦ blue 237

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

Shades of Medium Orchid #CE33ED

Tints of Medium Orchid #CE33ED

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.32%

 BLUE value IS 237 (92.97% from 255) = 47.98%

R = 41.7%
G = 10.32%
B = 47.98%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE33ED (or 0xCE33ED) is known color: Medium Orchid. HEX triplet: CE, 33 and ED. RGB value is (206,51,237). Sum of RGB (Red+Green+Blue) = 206+51+237=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 51 (20.31% from 255 or 10.32% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE33ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE33ED is #31CC12. Grayscale: #757575. Windows color (decimal): -3263507 or 15545294. OLE color: 15545294.

HSL color Cylindrical-coordinate representation of color #CE33ED: hue angle of 290º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE33ED is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 51 237 -
CMYK 0.13 0.78 0 0.07
HSL 290º 0.84% 0.56% -
HSV(B) 290º 0.78% 0.93% -
XYZ 41.92 21.6 82.08 -
YUV 118.55 194.85 190.38 -
System Red Green Blue C M Y K H S L
Decimal 206 51 237 0.13 0.78 0 0.07 290 0.84 0.56
Hex CE 33 ED D 4E 0 7 122 54 38
Octal 316 63 355 15 116 0 7 442 124 70
Binary 11001110 110011 11101101 1101 1001110 0 111 100100010 1010100 111000

Color Harmonies of #CE33ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE33ED

Black with #CE33ED

Text Example


Text Example

White with #CE33ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE33ED; }

 p { color: rgb(206,51,237); }

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

background-color css

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

 a { background-color: rgb(206,51,237); }

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

border-color css

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

 span { border-color: rgb(206,51,237); }

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