Html Css Color HEX #C835DD Medium Orchid

📋 copy color: '#C835DD'

red 200 ◦ green 53 ◦ blue 221

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

Shades of Medium Orchid #C835DD

Tints of Medium Orchid #C835DD

RGB

 RED value IS 200 (78.52% from 255) = 42.19%

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

 BLUE value IS 221 (86.72% from 255) = 46.62%

R = 42.19%
G = 11.18%
B = 46.62%

CMYK

 C value IS 0.10

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C835DD (or 0xC835DD) is known color: Medium Orchid. HEX triplet: C8, 35 and DD. RGB value is (200,53,221). Sum of RGB (Red+Green+Blue) = 200+53+221=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 53 (21.09% from 255 or 11.18% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #C835DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C835DD is #37CA22. Grayscale: #737373. Windows color (decimal): -3656227 or 14497224. OLE color: 14497224.

HSL color Cylindrical-coordinate representation of color #C835DD: hue angle of 292.5º degrees, saturation: 0.71, 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 #C835DD is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 53 221 -
CMYK 0.10 0.76 0 0.13
HSL 292.5º 0.71% 0.54% -
HSV(B) 292.5º 0.76% 0.87% -
XYZ 38.14 20.05 70.27 -
YUV 116.11 187.2 187.84 -
System Red Green Blue C M Y K H S L
Decimal 200 53 221 0.10 0.76 0 0.13 292.5 0.71 0.54
Hex C8 35 DD A 4C 0 D 124 47 36
Octal 310 65 335 12 114 0 15 444 107 66
Binary 11001000 110101 11011101 1010 1001100 0 1101 100100100 1000111 110110

Color Harmonies of #C835DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C835DD

Black with #C835DD

Text Example


Text Example

White with #C835DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C835DD; }

 p { color: rgb(200,53,221); }

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

background-color css

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

 a { background-color: rgb(200,53,221); }

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

border-color css

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

 span { border-color: rgb(200,53,221); }

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