Html Css Color HEX #CD3BEC Medium Orchid

📋 copy color: '#CD3BEC'

red 205 ◦ green 59 ◦ blue 236

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

Shades of Medium Orchid #CD3BEC

Tints of Medium Orchid #CD3BEC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.8%

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

R = 41%
G = 11.8%
B = 47.2%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CD3BEC (or 0xCD3BEC) is known color: Medium Orchid. HEX triplet: CD, 3B and EC. RGB value is (205,59,236). Sum of RGB (Red+Green+Blue) = 205+59+236=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 59 (23.44% from 255 or 11.8% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD3BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD3BEC is #32C413. Grayscale: #7A7A7A. Windows color (decimal): -3326996 or 15481805. OLE color: 15481805.

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

Color convert

RGB 205 59 236 -
CMYK 0.13 0.75 0 0.07
HSL 289.49º 0.82% 0.58% -
HSV(B) 289.49º 0.75% 0.93% -
XYZ 41.88 22.16 81.43 -
YUV 122.83 191.87 186.61 -
System Red Green Blue C M Y K H S L
Decimal 205 59 236 0.13 0.75 0 0.07 289.49 0.82 0.58
Hex CD 3B EC D 4B 0 7 121 52 3A
Octal 315 73 354 15 113 0 7 441 122 72
Binary 11001101 111011 11101100 1101 1001011 0 111 100100001 1010010 111010

Color Harmonies of #CD3BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3BEC

Black with #CD3BEC

Text Example


Text Example

White with #CD3BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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