Html Css Color HEX #CD45E2 Medium Orchid

📋 copy color: '#CD45E2'

red 205 ◦ green 69 ◦ blue 226

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

Shades of Medium Orchid #CD45E2

Tints of Medium Orchid #CD45E2

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.8%

 BLUE value IS 226 (88.67% from 255) = 45.2%

R = 41%
G = 13.8%
B = 45.2%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CD45E2 (or 0xCD45E2) is known color: Medium Orchid. HEX triplet: CD, 45 and E2. RGB value is (205,69,226). Sum of RGB (Red+Green+Blue) = 205+69+226=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 69 (27.34% from 255 or 13.8% from 500); Blue value is 226 (88.67% from 255 or 45.2% from 500); Max value from RGB is 226 - color contains mainly: blue. Hex color #CD45E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD45E2 is #32BA1D. Grayscale: #7F7F7F. Windows color (decimal): -3324446 or 14829005. OLE color: 14829005.

HSL color Cylindrical-coordinate representation of color #CD45E2: hue angle of 291.97º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD45E2 is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 205 69 226 -
CMYK 0.09 0.69 0 0.11
HSL 291.97º 0.73% 0.58% -
HSV(B) 291.97º 0.69% 0.89% -
XYZ 41.03 22.73 74.18 -
YUV 127.56 183.56 183.23 -
System Red Green Blue C M Y K H S L
Decimal 205 69 226 0.09 0.69 0 0.11 291.97 0.73 0.58
Hex CD 45 E2 9 45 0 B 124 49 3A
Octal 315 105 342 11 105 0 13 444 111 72
Binary 11001101 1000101 11100010 1001 1000101 0 1011 100100100 1001001 111010

Color Harmonies of #CD45E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD45E2

Black with #CD45E2

Text Example


Text Example

White with #CD45E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD45E2; }

 p { color: rgb(205,69,226); }

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

background-color css

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

 a { background-color: rgb(205,69,226); }

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

border-color css

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

 span { border-color: rgb(205,69,226); }

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