Html Css Color HEX #C832DD Medium Orchid

📋 copy color: '#C832DD'

red 200 ◦ green 50 ◦ blue 221

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

Shades of Medium Orchid #C832DD

Tints of Medium Orchid #C832DD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.62%

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

R = 42.46%
G = 10.62%
B = 46.92%

CMYK

 C value IS 0.10

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C832DD (or 0xC832DD) is known color: Medium Orchid. HEX triplet: C8, 32 and DD. RGB value is (200,50,221). Sum of RGB (Red+Green+Blue) = 200+50+221=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 50 (19.92% from 255 or 10.62% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #C832DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C832DD is #37CD22. Grayscale: #717171. Windows color (decimal): -3656995 or 14496456. OLE color: 14496456.

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

Color convert

RGB 200 50 221 -
CMYK 0.10 0.77 0 0.13
HSL 292.63º 0.72% 0.53% -
HSV(B) 292.63º 0.77% 0.87% -
XYZ 38.01 19.78 70.22 -
YUV 114.34 188.2 189.1 -
System Red Green Blue C M Y K H S L
Decimal 200 50 221 0.10 0.77 0 0.13 292.63 0.72 0.53
Hex C8 32 DD A 4D 0 D 125 48 35
Octal 310 62 335 12 115 0 15 445 110 65
Binary 11001000 110010 11011101 1010 1001101 0 1101 100100101 1001000 110101

Color Harmonies of #C832DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C832DD

Black with #C832DD

Text Example


Text Example

White with #C832DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C832DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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