Html Css Color HEX #CD40EF Medium Orchid

📋 copy color: '#CD40EF'

red 205 ◦ green 64 ◦ blue 239

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

Shades of Medium Orchid #CD40EF

Tints of Medium Orchid #CD40EF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.6%

 BLUE value IS 239 (93.75% from 255) = 47.05%

R = 40.35%
G = 12.6%
B = 47.05%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CD40EF (or 0xCD40EF) is known color: Medium Orchid. HEX triplet: CD, 40 and EF. RGB value is (205,64,239). Sum of RGB (Red+Green+Blue) = 205+64+239=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 64 (25.39% from 255 or 12.60% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 239 - color contains mainly: blue. Hex color #CD40EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD40EF is #32BF10. Grayscale: #7D7D7D. Windows color (decimal): -3325713 or 15679693. OLE color: 15679693.

HSL color Cylindrical-coordinate representation of color #CD40EF: hue angle of 288.34º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CD40EF is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 205 64 239 -
CMYK 0.14 0.73 0 0.06
HSL 288.34º 0.85% 0.59% -
HSV(B) 288.34º 0.73% 0.94% -
XYZ 42.59 22.88 83.83 -
YUV 126.11 191.71 184.27 -
System Red Green Blue C M Y K H S L
Decimal 205 64 239 0.14 0.73 0 0.06 288.34 0.85 0.59
Hex CD 40 EF E 49 0 6 120 55 3B
Octal 315 100 357 16 111 0 6 440 125 73
Binary 11001101 1000000 11101111 1110 1001001 0 110 100100000 1010101 111011

Color Harmonies of #CD40EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD40EF

Black with #CD40EF

Text Example


Text Example

White with #CD40EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD40EF; }

 p { color: rgb(205,64,239); }

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

background-color css

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

 a { background-color: rgb(205,64,239); }

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

border-color css

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

 span { border-color: rgb(205,64,239); }

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