Html Css Color HEX #CE33D9 Medium Orchid

📋 copy color: '#CE33D9'

red 206 ◦ green 51 ◦ blue 217

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

Shades of Medium Orchid #CE33D9

Tints of Medium Orchid #CE33D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 45.78%

R = 43.46%
G = 10.76%
B = 45.78%

CMYK

 C value IS 0.05

 M value IS 0.76

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE33D9 (or 0xCE33D9) is known color: Medium Orchid. HEX triplet: CE, 33 and D9. RGB value is (206,51,217). Sum of RGB (Red+Green+Blue) = 206+51+217=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 51 (20.31% from 255 or 10.76% from 474); Blue value is 217 (85.16% from 255 or 45.78% from 474); Max value from RGB is 217 - color contains mainly: blue. Hex color #CE33D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE33D9 is #31CC26. Grayscale: #737373. Windows color (decimal): -3263527 or 14234574. OLE color: 14234574.

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

Color convert

RGB 206 51 217 -
CMYK 0.05 0.76 0 0.15
HSL 296.02º 0.69% 0.53% -
HSV(B) 296.02º 0.76% 0.85% -
XYZ 39.16 20.5 67.54 -
YUV 116.27 184.85 192 -
System Red Green Blue C M Y K H S L
Decimal 206 51 217 0.05 0.76 0 0.15 296.02 0.69 0.53
Hex CE 33 D9 5 4C 0 F 128 45 35
Octal 316 63 331 5 114 0 17 450 105 65
Binary 11001110 110011 11011001 101 1001100 0 1111 100101000 1000101 110101

Color Harmonies of #CE33D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE33D9

Black with #CE33D9

Text Example


Text Example

White with #CE33D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE33D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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