Html Css Color HEX #CD42DD Medium Orchid

📋 copy color: '#CD42DD'

red 205 ◦ green 66 ◦ blue 221

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

Shades of Medium Orchid #CD42DD

Tints of Medium Orchid #CD42DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.92%

R = 41.67%
G = 13.41%
B = 44.92%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD42DD (or 0xCD42DD) is known color: Medium Orchid. HEX triplet: CD, 42 and DD. RGB value is (205,66,221). Sum of RGB (Red+Green+Blue) = 205+66+221=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 66 (26.17% from 255 or 13.41% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD42DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD42DD is #32BD22. Grayscale: #7C7C7C. Windows color (decimal): -3325219 or 14500557. OLE color: 14500557.

HSL color Cylindrical-coordinate representation of color #CD42DD: hue angle of 293.81º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD42DD is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 66 221 -
CMYK 0.07 0.70 0 0.13
HSL 293.81º 0.7% 0.56% -
HSV(B) 293.81º 0.7% 0.87% -
XYZ 40.18 22.1 70.55 -
YUV 125.23 182.05 184.9 -
System Red Green Blue C M Y K H S L
Decimal 205 66 221 0.07 0.70 0 0.13 293.81 0.7 0.56
Hex CD 42 DD 7 46 0 D 126 46 38
Octal 315 102 335 7 106 0 15 446 106 70
Binary 11001101 1000010 11011101 111 1000110 0 1101 100100110 1000110 111000

Color Harmonies of #CD42DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD42DD

Black with #CD42DD

Text Example


Text Example

White with #CD42DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD42DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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