Html Css Color HEX #CD4EE6 Medium Orchid

📋 copy color: '#CD4EE6'

red 205 ◦ green 78 ◦ blue 230

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

Shades of Medium Orchid #CD4EE6

Tints of Medium Orchid #CD4EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 44.83%

R = 39.96%
G = 15.2%
B = 44.83%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CD4EE6 (or 0xCD4EE6) is known color: Medium Orchid. HEX triplet: CD, 4E and E6. RGB value is (205,78,230). Sum of RGB (Red+Green+Blue) = 205+78+230=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 78 (30.86% from 255 or 15.20% from 513); Blue value is 230 (90.23% from 255 or 44.83% from 513); Max value from RGB is 230 - color contains mainly: blue. Hex color #CD4EE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD4EE6 is #32B119. Grayscale: #848484. Windows color (decimal): -3322138 or 15093453. OLE color: 15093453.

HSL color Cylindrical-coordinate representation of color #CD4EE6: hue angle of 290.13º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CD4EE6 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 78 230 -
CMYK 0.11 0.66 0 0.10
HSL 290.13º 0.75% 0.6% -
HSV(B) 290.13º 0.66% 0.9% -
XYZ 42.18 24.14 77.3 -
YUV 133.3 182.58 179.14 -
System Red Green Blue C M Y K H S L
Decimal 205 78 230 0.11 0.66 0 0.10 290.13 0.75 0.6
Hex CD 4E E6 B 42 0 A 122 4B 3C
Octal 315 116 346 13 102 0 12 442 113 74
Binary 11001101 1001110 11100110 1011 1000010 0 1010 100100010 1001011 111100

Color Harmonies of #CD4EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4EE6

Black with #CD4EE6

Text Example


Text Example

White with #CD4EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4EE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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