Html Css Color HEX #CD42EC Medium Orchid

📋 copy color: '#CD42EC'

red 205 ◦ green 66 ◦ blue 236

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

Shades of Medium Orchid #CD42EC

Tints of Medium Orchid #CD42EC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.02%

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

R = 40.43%
G = 13.02%
B = 46.55%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CD42EC (or 0xCD42EC) is known color: Medium Orchid. HEX triplet: CD, 42 and EC. RGB value is (205,66,236). Sum of RGB (Red+Green+Blue) = 205+66+236=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 66 (26.17% from 255 or 13.02% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD42EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD42EC is #32BD13. Grayscale: #7E7E7E. Windows color (decimal): -3325204 or 15483597. OLE color: 15483597.

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

Color convert

RGB 205 66 236 -
CMYK 0.13 0.72 0 0.07
HSL 289.06º 0.82% 0.59% -
HSV(B) 289.06º 0.72% 0.93% -
XYZ 42.27 22.93 81.56 -
YUV 126.94 189.55 183.68 -
System Red Green Blue C M Y K H S L
Decimal 205 66 236 0.13 0.72 0 0.07 289.06 0.82 0.59
Hex CD 42 EC D 48 0 7 121 52 3B
Octal 315 102 354 15 110 0 7 441 122 73
Binary 11001101 1000010 11101100 1101 1001000 0 111 100100001 1010010 111011

Color Harmonies of #CD42EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD42EC

Black with #CD42EC

Text Example


Text Example

White with #CD42EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD42EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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