Html Css Color HEX #CD48DF Medium Orchid

📋 copy color: '#CD48DF'

red 205 ◦ green 72 ◦ blue 223

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

Shades of Medium Orchid #CD48DF

Tints of Medium Orchid #CD48DF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.4%

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

R = 41%
G = 14.4%
B = 44.6%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD48DF (or 0xCD48DF) is known color: Medium Orchid. HEX triplet: CD, 48 and DF. RGB value is (205,72,223). Sum of RGB (Red+Green+Blue) = 205+72+223=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 72 (28.52% from 255 or 14.4% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD48DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD48DF is #32B720. Grayscale: #808080. Windows color (decimal): -3323681 or 14633165. OLE color: 14633165.

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

Color convert

RGB 205 72 223 -
CMYK 0.08 0.68 0 0.13
HSL 292.85º 0.7% 0.58% -
HSV(B) 292.85º 0.68% 0.87% -
XYZ 40.81 22.94 72.09 -
YUV 128.98 181.06 182.22 -
System Red Green Blue C M Y K H S L
Decimal 205 72 223 0.08 0.68 0 0.13 292.85 0.7 0.58
Hex CD 48 DF 8 44 0 D 125 46 3A
Octal 315 110 337 10 104 0 15 445 106 72
Binary 11001101 1001000 11011111 1000 1000100 0 1101 100100101 1000110 111010

Color Harmonies of #CD48DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD48DF

Black with #CD48DF

Text Example


Text Example

White with #CD48DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD48DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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