Html Css Color HEX #CD3FEC Medium Orchid

📋 copy color: '#CD3FEC'

red 205 ◦ green 63 ◦ blue 236

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

Shades of Medium Orchid #CD3FEC

Tints of Medium Orchid #CD3FEC

RGB

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

 GREEN value IS 63 (25% from 255) = 12.5%

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

R = 40.67%
G = 12.5%
B = 46.83%

CMYK

 C value IS 0.13

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CD3FEC (or 0xCD3FEC) is known color: Medium Orchid. HEX triplet: CD, 3F and EC. RGB value is (205,63,236). Sum of RGB (Red+Green+Blue) = 205+63+236=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 63 (25% from 255 or 12.5% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD3FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD3FEC is #32C013. Grayscale: #7C7C7C. Windows color (decimal): -3325972 or 15482829. OLE color: 15482829.

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

Color convert

RGB 205 63 236 -
CMYK 0.13 0.73 0 0.07
HSL 289.25º 0.82% 0.59% -
HSV(B) 289.25º 0.73% 0.93% -
XYZ 42.09 22.59 81.5 -
YUV 125.18 190.54 184.93 -
System Red Green Blue C M Y K H S L
Decimal 205 63 236 0.13 0.73 0 0.07 289.25 0.82 0.59
Hex CD 3F EC D 49 0 7 121 52 3B
Octal 315 77 354 15 111 0 7 441 122 73
Binary 11001101 111111 11101100 1101 1001001 0 111 100100001 1010010 111011

Color Harmonies of #CD3FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3FEC

Black with #CD3FEC

Text Example


Text Example

White with #CD3FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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