Html Css Color HEX #CD49EE Medium Orchid

📋 copy color: '#CD49EE'

red 205 ◦ green 73 ◦ blue 238

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

Shades of Medium Orchid #CD49EE

Tints of Medium Orchid #CD49EE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.15%

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

R = 39.73%
G = 14.15%
B = 46.12%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CD49EE (or 0xCD49EE) is known color: Medium Orchid. HEX triplet: CD, 49 and EE. RGB value is (205,73,238). Sum of RGB (Red+Green+Blue) = 205+73+238=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 73 (28.91% from 255 or 14.15% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #CD49EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD49EE is #32B611. Grayscale: #828282. Windows color (decimal): -3323410 or 15616461. OLE color: 15616461.

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

Color convert

RGB 205 73 238 -
CMYK 0.14 0.69 0 0.07
HSL 288º 0.83% 0.61% -
HSV(B) 288º 0.69% 0.93% -
XYZ 42.99 23.92 83.24 -
YUV 131.28 188.23 180.58 -
System Red Green Blue C M Y K H S L
Decimal 205 73 238 0.14 0.69 0 0.07 288 0.83 0.61
Hex CD 49 EE E 45 0 7 120 53 3D
Octal 315 111 356 16 105 0 7 440 123 75
Binary 11001101 1001001 11101110 1110 1000101 0 111 100100000 1010011 111101

Color Harmonies of #CD49EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD49EE

Black with #CD49EE

Text Example


Text Example

White with #CD49EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD49EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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