Html Css Color HEX #CD37E0 Medium Orchid

📋 copy color: '#CD37E0'

red 205 ◦ green 55 ◦ blue 224

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

Shades of Medium Orchid #CD37E0

Tints of Medium Orchid #CD37E0

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.36%

 BLUE value IS 224 (87.89% from 255) = 46.28%

R = 42.36%
G = 11.36%
B = 46.28%

CMYK

 C value IS 0.08

 M value IS 0.75

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CD37E0 (or 0xCD37E0) is known color: Medium Orchid. HEX triplet: CD, 37 and E0. RGB value is (205,55,224). Sum of RGB (Red+Green+Blue) = 205+55+224=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 55 (21.88% from 255 or 11.36% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 224 - color contains mainly: blue. Hex color #CD37E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD37E0 is #32C81F. Grayscale: #767676. Windows color (decimal): -3328032 or 14694349. OLE color: 14694349.

HSL color Cylindrical-coordinate representation of color #CD37E0: hue angle of 293.25º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CD37E0 is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 205 55 224 -
CMYK 0.08 0.75 0 0.12
HSL 293.25º 0.73% 0.55% -
HSV(B) 293.25º 0.75% 0.88% -
XYZ 40 21.09 72.48 -
YUV 119.12 187.2 189.26 -
System Red Green Blue C M Y K H S L
Decimal 205 55 224 0.08 0.75 0 0.12 293.25 0.73 0.55
Hex CD 37 E0 8 4B 0 C 125 49 37
Octal 315 67 340 10 113 0 14 445 111 67
Binary 11001101 110111 11100000 1000 1001011 0 1100 100100101 1001001 110111

Color Harmonies of #CD37E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD37E0

Black with #CD37E0

Text Example


Text Example

White with #CD37E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD37E0; }

 p { color: rgb(205,55,224); }

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

background-color css

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

 a { background-color: rgb(205,55,224); }

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

border-color css

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

 span { border-color: rgb(205,55,224); }

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