Html Css Color HEX #CD33EE Medium Orchid

📋 copy color: '#CD33EE'

red 205 ◦ green 51 ◦ blue 238

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

Shades of Medium Orchid #CD33EE

Tints of Medium Orchid #CD33EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.18%

R = 41.5%
G = 10.32%
B = 48.18%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CD33EE (or 0xCD33EE) is known color: Medium Orchid. HEX triplet: CD, 33 and EE. RGB value is (205,51,238). Sum of RGB (Red+Green+Blue) = 205+51+238=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 51 (20.31% from 255 or 10.32% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #CD33EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD33EE is #32CC11. Grayscale: #757575. Windows color (decimal): -3329042 or 15610829. OLE color: 15610829.

HSL color Cylindrical-coordinate representation of color #CD33EE: hue angle of 289.41º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD33EE is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 51 238 -
CMYK 0.14 0.79 0 0.07
HSL 289.41º 0.85% 0.57% -
HSV(B) 289.41º 0.79% 0.93% -
XYZ 41.79 21.52 82.84 -
YUV 118.36 195.52 189.79 -
System Red Green Blue C M Y K H S L
Decimal 205 51 238 0.14 0.79 0 0.07 289.41 0.85 0.57
Hex CD 33 EE E 4F 0 7 121 55 39
Octal 315 63 356 16 117 0 7 441 125 71
Binary 11001101 110011 11101110 1110 1001111 0 111 100100001 1010101 111001

Color Harmonies of #CD33EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD33EE

Black with #CD33EE

Text Example


Text Example

White with #CD33EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD33EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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