Html Css Color HEX #CE33D8 Medium Orchid

📋 copy color: '#CE33D8'

red 206 ◦ green 51 ◦ blue 216

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

Shades of Medium Orchid #CE33D8

Tints of Medium Orchid #CE33D8

RGB

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

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

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

R = 43.55%
G = 10.78%
B = 45.67%

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

#CE33D8 (or 0xCE33D8) is known color: Medium Orchid. HEX triplet: CE, 33 and D8. RGB value is (206,51,216). Sum of RGB (Red+Green+Blue) = 206+51+216=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 51 (20.31% from 255 or 10.78% from 473); Blue value is 216 (84.77% from 255 or 45.67% from 473); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE33D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE33D8 is #31CC27. Grayscale: #737373. Windows color (decimal): -3263528 or 14169038. OLE color: 14169038.

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

Color convert

RGB 206 51 216 -
CMYK 0.05 0.76 0 0.15
HSL 296.36º 0.68% 0.52% -
HSV(B) 296.36º 0.76% 0.85% -
XYZ 39.03 20.45 66.86 -
YUV 116.16 184.35 192.08 -
System Red Green Blue C M Y K H S L
Decimal 206 51 216 0.05 0.76 0 0.15 296.36 0.68 0.52
Hex CE 33 D8 5 4C 0 F 128 44 34
Octal 316 63 330 5 114 0 17 450 104 64
Binary 11001110 110011 11011000 101 1001100 0 1111 100101000 1000100 110100

Color Harmonies of #CE33D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE33D8

Black with #CE33D8

Text Example


Text Example

White with #CE33D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE33D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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