Html Css Color HEX #CD4ADF Medium Orchid

📋 copy color: '#CD4ADF'

red 205 ◦ green 74 ◦ blue 223

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

Shades of Medium Orchid #CD4ADF

Tints of Medium Orchid #CD4ADF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.74%

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

R = 40.84%
G = 14.74%
B = 44.42%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD4ADF (or 0xCD4ADF) is known color: Medium Orchid. HEX triplet: CD, 4A and DF. RGB value is (205,74,223). Sum of RGB (Red+Green+Blue) = 205+74+223=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 74 (29.30% from 255 or 14.74% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD4ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD4ADF is #32B520. Grayscale: #818181. Windows color (decimal): -3323169 or 14633677. OLE color: 14633677.

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

Color convert

RGB 205 74 223 -
CMYK 0.08 0.67 0 0.13
HSL 292.75º 0.7% 0.58% -
HSV(B) 292.75º 0.67% 0.87% -
XYZ 40.94 23.2 72.13 -
YUV 130.16 180.4 181.38 -
System Red Green Blue C M Y K H S L
Decimal 205 74 223 0.08 0.67 0 0.13 292.75 0.7 0.58
Hex CD 4A DF 8 43 0 D 125 46 3A
Octal 315 112 337 10 103 0 15 445 106 72
Binary 11001101 1001010 11011111 1000 1000011 0 1101 100100101 1000110 111010

Color Harmonies of #CD4ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4ADF

Black with #CD4ADF

Text Example


Text Example

White with #CD4ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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