Html Css Color HEX #CD32EB Medium Orchid

📋 copy color: '#CD32EB'

red 205 ◦ green 50 ◦ blue 235

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

Shades of Medium Orchid #CD32EB

Tints of Medium Orchid #CD32EB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.2%

 BLUE value IS 235 (92.19% from 255) = 47.96%

R = 41.84%
G = 10.2%
B = 47.96%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CD32EB (or 0xCD32EB) is known color: Medium Orchid. HEX triplet: CD, 32 and EB. RGB value is (205,50,235). Sum of RGB (Red+Green+Blue) = 205+50+235=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 50 (19.92% from 255 or 10.20% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 235 - color contains mainly: blue. Hex color #CD32EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD32EB is #32CD14. Grayscale: #747474. Windows color (decimal): -3329301 or 15413965. OLE color: 15413965.

HSL color Cylindrical-coordinate representation of color #CD32EB: hue angle of 290.27º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD32EB is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 205 50 235 -
CMYK 0.13 0.79 0 0.08
HSL 290.27º 0.82% 0.56% -
HSV(B) 290.27º 0.79% 0.92% -
XYZ 41.31 21.26 80.52 -
YUV 117.44 194.35 190.46 -
System Red Green Blue C M Y K H S L
Decimal 205 50 235 0.13 0.79 0 0.08 290.27 0.82 0.56
Hex CD 32 EB D 4F 0 8 122 52 38
Octal 315 62 353 15 117 0 10 442 122 70
Binary 11001101 110010 11101011 1101 1001111 0 1000 100100010 1010010 111000

Color Harmonies of #CD32EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD32EB

Black with #CD32EB

Text Example


Text Example

White with #CD32EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD32EB; }

 p { color: rgb(205,50,235); }

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

background-color css

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

 a { background-color: rgb(205,50,235); }

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

border-color css

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

 span { border-color: rgb(205,50,235); }

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