Html Css Color HEX #CD30DF Medium Orchid

📋 copy color: '#CD30DF'

red 205 ◦ green 48 ◦ blue 223

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

Shades of Medium Orchid #CD30DF

Tints of Medium Orchid #CD30DF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.08%

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

R = 43.07%
G = 10.08%
B = 46.85%

CMYK

 C value IS 0.08

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD30DF (or 0xCD30DF) is known color: Medium Orchid. HEX triplet: CD, 30 and DF. RGB value is (205,48,223). Sum of RGB (Red+Green+Blue) = 205+48+223=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 48 (19.14% from 255 or 10.08% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD30DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD30DF is #32CF20. Grayscale: #727272. Windows color (decimal): -3329825 or 14627021. OLE color: 14627021.

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

Color convert

RGB 205 48 223 -
CMYK 0.08 0.78 0 0.13
HSL 293.83º 0.73% 0.53% -
HSV(B) 293.83º 0.78% 0.87% -
XYZ 39.55 20.42 71.67 -
YUV 114.89 189.01 192.27 -
System Red Green Blue C M Y K H S L
Decimal 205 48 223 0.08 0.78 0 0.13 293.83 0.73 0.53
Hex CD 30 DF 8 4E 0 D 126 49 35
Octal 315 60 337 10 116 0 15 446 111 65
Binary 11001101 110000 11011111 1000 1001110 0 1101 100100110 1001001 110101

Color Harmonies of #CD30DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD30DF

Black with #CD30DF

Text Example


Text Example

White with #CD30DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD30DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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