Html Css Color HEX #CD51EC Medium Orchid

📋 copy color: '#CD51EC'

red 205 ◦ green 81 ◦ blue 236

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

Shades of Medium Orchid #CD51EC

Tints of Medium Orchid #CD51EC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.52%

 BLUE value IS 236 (92.58% from 255) = 45.21%

R = 39.27%
G = 15.52%
B = 45.21%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CD51EC (or 0xCD51EC) is known color: Medium Orchid. HEX triplet: CD, 51 and EC. RGB value is (205,81,236). Sum of RGB (Red+Green+Blue) = 205+81+236=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 81 (32.03% from 255 or 15.52% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD51EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD51EC is #32AE13. Grayscale: #878787. Windows color (decimal): -3321364 or 15487437. OLE color: 15487437.

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

Color convert

RGB 205 81 236 -
CMYK 0.13 0.66 0 0.07
HSL 288º 0.8% 0.62% -
HSV(B) 288º 0.66% 0.93% -
XYZ 43.26 24.92 81.89 -
YUV 135.75 184.58 177.4 -
System Red Green Blue C M Y K H S L
Decimal 205 81 236 0.13 0.66 0 0.07 288 0.8 0.62
Hex CD 51 EC D 42 0 7 120 50 3E
Octal 315 121 354 15 102 0 7 440 120 76
Binary 11001101 1010001 11101100 1101 1000010 0 111 100100000 1010000 111110

Color Harmonies of #CD51EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD51EC

Black with #CD51EC

Text Example


Text Example

White with #CD51EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD51EC; }

 p { color: rgb(205,81,236); }

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

background-color css

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

 a { background-color: rgb(205,81,236); }

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

border-color css

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

 span { border-color: rgb(205,81,236); }

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