Html Css Color HEX #CD33E1 Medium Orchid

📋 copy color: '#CD33E1'

red 205 ◦ green 51 ◦ blue 225

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

Shades of Medium Orchid #CD33E1

Tints of Medium Orchid #CD33E1

RGB

 RED value IS 205 (80.47% from 255) = 42.62%

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

 BLUE value IS 225 (88.28% from 255) = 46.78%

R = 42.62%
G = 10.6%
B = 46.78%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CD33E1 (or 0xCD33E1) is known color: Medium Orchid. HEX triplet: CD, 33 and E1. RGB value is (205,51,225). Sum of RGB (Red+Green+Blue) = 205+51+225=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 51 (20.31% from 255 or 10.60% from 481); Blue value is 225 (88.28% from 255 or 46.78% from 481); Max value from RGB is 225 - color contains mainly: blue. Hex color #CD33E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD33E1 is #32CC1E. Grayscale: #747474. Windows color (decimal): -3329055 or 14758861. OLE color: 14758861.

HSL color Cylindrical-coordinate representation of color #CD33E1: hue angle of 293.1º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD33E1 is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 205 51 225 -
CMYK 0.09 0.77 0 0.12
HSL 293.1º 0.74% 0.54% -
HSV(B) 293.1º 0.77% 0.88% -
XYZ 39.95 20.78 73.14 -
YUV 116.88 189.02 190.85 -
System Red Green Blue C M Y K H S L
Decimal 205 51 225 0.09 0.77 0 0.12 293.1 0.74 0.54
Hex CD 33 E1 9 4D 0 C 125 4A 36
Octal 315 63 341 11 115 0 14 445 112 66
Binary 11001101 110011 11100001 1001 1001101 0 1100 100100101 1001010 110110

Color Harmonies of #CD33E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD33E1

Black with #CD33E1

Text Example


Text Example

White with #CD33E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD33E1; }

 p { color: rgb(205,51,225); }

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

background-color css

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

 a { background-color: rgb(205,51,225); }

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

border-color css

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

 span { border-color: rgb(205,51,225); }

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