Html Css Color HEX #CD35DF Medium Orchid

📋 copy color: '#CD35DF'

red 205 ◦ green 53 ◦ blue 223

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

Shades of Medium Orchid #CD35DF

Tints of Medium Orchid #CD35DF

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.02%

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

R = 42.62%
G = 11.02%
B = 46.36%

CMYK

 C value IS 0.08

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD35DF (or 0xCD35DF) is known color: Medium Orchid. HEX triplet: CD, 35 and DF. RGB value is (205,53,223). Sum of RGB (Red+Green+Blue) = 205+53+223=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 53 (21.09% from 255 or 11.02% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD35DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD35DF is #32CA20. Grayscale: #757575. Windows color (decimal): -3328545 or 14628301. OLE color: 14628301.

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

Color convert

RGB 205 53 223 -
CMYK 0.08 0.76 0 0.13
HSL 293.65º 0.73% 0.54% -
HSV(B) 293.65º 0.76% 0.87% -
XYZ 39.77 20.85 71.74 -
YUV 117.83 187.36 190.18 -
System Red Green Blue C M Y K H S L
Decimal 205 53 223 0.08 0.76 0 0.13 293.65 0.73 0.54
Hex CD 35 DF 8 4C 0 D 126 49 36
Octal 315 65 337 10 114 0 15 446 111 66
Binary 11001101 110101 11011111 1000 1001100 0 1101 100100110 1001001 110110

Color Harmonies of #CD35DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD35DF

Black with #CD35DF

Text Example


Text Example

White with #CD35DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD35DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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