Html Css Color HEX #CD33E9 Medium Orchid

📋 copy color: '#CD33E9'

red 205 ◦ green 51 ◦ blue 233

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

Shades of Medium Orchid #CD33E9

Tints of Medium Orchid #CD33E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 47.65%

R = 41.92%
G = 10.43%
B = 47.65%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CD33E9 (or 0xCD33E9) is known color: Medium Orchid. HEX triplet: CD, 33 and E9. RGB value is (205,51,233). Sum of RGB (Red+Green+Blue) = 205+51+233=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 51 (20.31% from 255 or 10.43% from 489); Blue value is 233 (91.41% from 255 or 47.65% from 489); Max value from RGB is 233 - color contains mainly: blue. Hex color #CD33E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD33E9 is #32CC16. Grayscale: #757575. Windows color (decimal): -3329047 or 15283149. OLE color: 15283149.

HSL color Cylindrical-coordinate representation of color #CD33E9: hue angle of 290.77º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CD33E9 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 205 51 233 -
CMYK 0.12 0.78 0 0.09
HSL 290.77º 0.81% 0.56% -
HSV(B) 290.77º 0.78% 0.91% -
XYZ 41.07 21.23 79.02 -
YUV 117.79 193.02 190.2 -
System Red Green Blue C M Y K H S L
Decimal 205 51 233 0.12 0.78 0 0.09 290.77 0.81 0.56
Hex CD 33 E9 C 4E 0 9 123 51 38
Octal 315 63 351 14 116 0 11 443 121 70
Binary 11001101 110011 11101001 1100 1001110 0 1001 100100011 1010001 111000

Color Harmonies of #CD33E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD33E9

Black with #CD33E9

Text Example


Text Example

White with #CD33E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD33E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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