Html Css Color HEX #CD42D6 Medium Orchid

📋 copy color: '#CD42D6'

red 205 ◦ green 66 ◦ blue 214

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

Shades of Medium Orchid #CD42D6

Tints of Medium Orchid #CD42D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.12%

R = 42.27%
G = 13.61%
B = 44.12%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CD42D6 (or 0xCD42D6) is known color: Medium Orchid. HEX triplet: CD, 42 and D6. RGB value is (205,66,214). Sum of RGB (Red+Green+Blue) = 205+66+214=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 66 (26.17% from 255 or 13.61% from 485); Blue value is 214 (83.98% from 255 or 44.12% from 485); Max value from RGB is 214 - color contains mainly: blue. Hex color #CD42D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD42D6 is #32BD29. Grayscale: #7B7B7B. Windows color (decimal): -3325226 or 14041805. OLE color: 14041805.

HSL color Cylindrical-coordinate representation of color #CD42D6: hue angle of 296.35º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD42D6 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 66 214 -
CMYK 0.04 0.69 0 0.16
HSL 296.35º 0.64% 0.55% -
HSV(B) 296.35º 0.69% 0.84% -
XYZ 39.26 21.73 65.74 -
YUV 124.43 178.55 185.47 -
System Red Green Blue C M Y K H S L
Decimal 205 66 214 0.04 0.69 0 0.16 296.35 0.64 0.55
Hex CD 42 D6 4 45 0 10 128 40 37
Octal 315 102 326 4 105 0 20 450 100 67
Binary 11001101 1000010 11010110 100 1000101 0 10000 100101000 1000000 110111

Color Harmonies of #CD42D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD42D6

Black with #CD42D6

Text Example


Text Example

White with #CD42D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD42D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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