Html Css Color HEX #CD4EEC Medium Orchid

📋 copy color: '#CD4EEC'

red 205 ◦ green 78 ◦ blue 236

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

Shades of Medium Orchid #CD4EEC

Tints of Medium Orchid #CD4EEC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.03%

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

R = 39.5%
G = 15.03%
B = 45.47%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CD4EEC (or 0xCD4EEC) is known color: Medium Orchid. HEX triplet: CD, 4E and EC. RGB value is (205,78,236). Sum of RGB (Red+Green+Blue) = 205+78+236=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 78 (30.86% from 255 or 15.03% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD4EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD4EEC is #32B113. Grayscale: #858585. Windows color (decimal): -3322132 or 15486669. OLE color: 15486669.

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

Color convert

RGB 205 78 236 -
CMYK 0.13 0.67 0 0.07
HSL 288.23º 0.81% 0.62% -
HSV(B) 288.23º 0.67% 0.93% -
XYZ 43.04 24.48 81.81 -
YUV 133.99 185.58 178.65 -
System Red Green Blue C M Y K H S L
Decimal 205 78 236 0.13 0.67 0 0.07 288.23 0.81 0.62
Hex CD 4E EC D 43 0 7 120 51 3E
Octal 315 116 354 15 103 0 7 440 121 76
Binary 11001101 1001110 11101100 1101 1000011 0 111 100100000 1010001 111110

Color Harmonies of #CD4EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4EEC

Black with #CD4EEC

Text Example


Text Example

White with #CD4EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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