Html Css Color HEX #CD2FDC Medium Orchid

📋 copy color: '#CD2FDC'

red 205 ◦ green 47 ◦ blue 220

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

Shades of Medium Orchid #CD2FDC

Tints of Medium Orchid #CD2FDC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.96%

 BLUE value IS 220 (86.33% from 255) = 46.61%

R = 43.43%
G = 9.96%
B = 46.61%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD2FDC (or 0xCD2FDC) is known color: Medium Orchid. HEX triplet: CD, 2F and DC. RGB value is (205,47,220). Sum of RGB (Red+Green+Blue) = 205+47+220=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 47 (18.75% from 255 or 9.96% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD2FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD2FDC is #32D023. Grayscale: #717171. Windows color (decimal): -3330084 or 14430157. OLE color: 14430157.

HSL color Cylindrical-coordinate representation of color #CD2FDC: hue angle of 294.8º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD2FDC is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 47 220 -
CMYK 0.07 0.79 0 0.14
HSL 294.8º 0.71% 0.52% -
HSV(B) 294.8º 0.79% 0.86% -
XYZ 39.11 20.18 69.54 -
YUV 113.96 187.85 192.93 -
System Red Green Blue C M Y K H S L
Decimal 205 47 220 0.07 0.79 0 0.14 294.8 0.71 0.52
Hex CD 2F DC 7 4F 0 E 127 47 34
Octal 315 57 334 7 117 0 16 447 107 64
Binary 11001101 101111 11011100 111 1001111 0 1110 100100111 1000111 110100

Color Harmonies of #CD2FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2FDC

Black with #CD2FDC

Text Example


Text Example

White with #CD2FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2FDC; }

 p { color: rgb(205,47,220); }

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

background-color css

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

 a { background-color: rgb(205,47,220); }

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

border-color css

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

 span { border-color: rgb(205,47,220); }

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