Html Css Color HEX #CD53EE Medium Orchid

📋 copy color: '#CD53EE'

red 205 ◦ green 83 ◦ blue 238

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

Shades of Medium Orchid #CD53EE

Tints of Medium Orchid #CD53EE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.78%

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

R = 38.97%
G = 15.78%
B = 45.25%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CD53EE (or 0xCD53EE) is known color: Medium Orchid. HEX triplet: CD, 53 and EE. RGB value is (205,83,238). Sum of RGB (Red+Green+Blue) = 205+83+238=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 83 (32.81% from 255 or 15.78% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #CD53EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD53EE is #32AC11. Grayscale: #888888. Windows color (decimal): -3320850 or 15619021. OLE color: 15619021.

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

Color convert

RGB 205 83 238 -
CMYK 0.14 0.65 0 0.07
HSL 287.23º 0.82% 0.63% -
HSV(B) 287.23º 0.65% 0.93% -
XYZ 43.7 25.34 83.48 -
YUV 137.15 184.92 176.4 -
System Red Green Blue C M Y K H S L
Decimal 205 83 238 0.14 0.65 0 0.07 287.23 0.82 0.63
Hex CD 53 EE E 41 0 7 11F 52 3F
Octal 315 123 356 16 101 0 7 437 122 77
Binary 11001101 1010011 11101110 1110 1000001 0 111 100011111 1010010 111111

Color Harmonies of #CD53EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD53EE

Black with #CD53EE

Text Example


Text Example

White with #CD53EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD53EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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