Html Css Color HEX #CD3CDF Medium Orchid

📋 copy color: '#CD3CDF'

red 205 ◦ green 60 ◦ blue 223

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

Shades of Medium Orchid #CD3CDF

Tints of Medium Orchid #CD3CDF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.3%

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

R = 42.01%
G = 12.3%
B = 45.7%

CMYK

 C value IS 0.08

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD3CDF (or 0xCD3CDF) is known color: Medium Orchid. HEX triplet: CD, 3C and DF. RGB value is (205,60,223). Sum of RGB (Red+Green+Blue) = 205+60+223=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 60 (23.83% from 255 or 12.30% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD3CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3CDF is #32C320. Grayscale: #797979. Windows color (decimal): -3326753 or 14630093. OLE color: 14630093.

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

Color convert

RGB 205 60 223 -
CMYK 0.08 0.73 0 0.13
HSL 293.37º 0.72% 0.55% -
HSV(B) 293.37º 0.73% 0.87% -
XYZ 40.11 21.54 71.86 -
YUV 121.94 185.04 187.25 -
System Red Green Blue C M Y K H S L
Decimal 205 60 223 0.08 0.73 0 0.13 293.37 0.72 0.55
Hex CD 3C DF 8 49 0 D 125 48 37
Octal 315 74 337 10 111 0 15 445 110 67
Binary 11001101 111100 11011111 1000 1001001 0 1101 100100101 1001000 110111

Color Harmonies of #CD3CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3CDF

Black with #CD3CDF

Text Example


Text Example

White with #CD3CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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