Html Css Color HEX #CD3ADF Medium Orchid

📋 copy color: '#CD3ADF'

red 205 ◦ green 58 ◦ blue 223

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

Shades of Medium Orchid #CD3ADF

Tints of Medium Orchid #CD3ADF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.93%

 BLUE value IS 223 (87.5% from 255) = 45.88%

R = 42.18%
G = 11.93%
B = 45.88%

CMYK

 C value IS 0.08

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD3ADF (or 0xCD3ADF) is known color: Medium Orchid. HEX triplet: CD, 3A and DF. RGB value is (205,58,223). Sum of RGB (Red+Green+Blue) = 205+58+223=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 58 (23.05% from 255 or 11.93% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD3ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3ADF is #32C520. Grayscale: #787878. Windows color (decimal): -3327265 or 14629581. OLE color: 14629581.

HSL color Cylindrical-coordinate representation of color #CD3ADF: hue angle of 293.45º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD3ADF is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 58 223 -
CMYK 0.08 0.74 0 0.13
HSL 293.45º 0.72% 0.55% -
HSV(B) 293.45º 0.74% 0.87% -
XYZ 40.01 21.33 71.82 -
YUV 120.76 185.7 188.08 -
System Red Green Blue C M Y K H S L
Decimal 205 58 223 0.08 0.74 0 0.13 293.45 0.72 0.55
Hex CD 3A DF 8 4A 0 D 125 48 37
Octal 315 72 337 10 112 0 15 445 110 67
Binary 11001101 111010 11011111 1000 1001010 0 1101 100100101 1001000 110111

Color Harmonies of #CD3ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3ADF

Black with #CD3ADF

Text Example


Text Example

White with #CD3ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3ADF; }

 p { color: rgb(205,58,223); }

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

background-color css

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

 a { background-color: rgb(205,58,223); }

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

border-color css

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

 span { border-color: rgb(205,58,223); }

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