Html Css Color HEX #CD3FDF Medium Orchid

📋 copy color: '#CD3FDF'

red 205 ◦ green 63 ◦ blue 223

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

Shades of Medium Orchid #CD3FDF

Tints of Medium Orchid #CD3FDF

RGB

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

 GREEN value IS 63 (25% from 255) = 12.83%

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

R = 41.75%
G = 12.83%
B = 45.42%

CMYK

 C value IS 0.08

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD3FDF (or 0xCD3FDF) is known color: Medium Orchid. HEX triplet: CD, 3F and DF. RGB value is (205,63,223). Sum of RGB (Red+Green+Blue) = 205+63+223=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 63 (25% from 255 or 12.83% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD3FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3FDF is #32C020. Grayscale: #7B7B7B. Windows color (decimal): -3325985 or 14630861. OLE color: 14630861.

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

Color convert

RGB 205 63 223 -
CMYK 0.08 0.72 0 0.13
HSL 293.25º 0.71% 0.56% -
HSV(B) 293.25º 0.72% 0.87% -
XYZ 40.27 21.86 71.91 -
YUV 123.7 184.04 185.99 -
System Red Green Blue C M Y K H S L
Decimal 205 63 223 0.08 0.72 0 0.13 293.25 0.71 0.56
Hex CD 3F DF 8 48 0 D 125 47 38
Octal 315 77 337 10 110 0 15 445 107 70
Binary 11001101 111111 11011111 1000 1001000 0 1101 100100101 1000111 111000

Color Harmonies of #CD3FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3FDF

Black with #CD3FDF

Text Example


Text Example

White with #CD3FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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