Html Css Color HEX #C732DA Medium Orchid

📋 copy color: '#C732DA'

red 199 ◦ green 50 ◦ blue 218

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

Shades of Medium Orchid #C732DA

Tints of Medium Orchid #C732DA

RGB

 RED value IS 199 (78.13% from 255) = 42.61%

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

 BLUE value IS 218 (85.55% from 255) = 46.68%

R = 42.61%
G = 10.71%
B = 46.68%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C732DA (or 0xC732DA) is known color: Medium Orchid. HEX triplet: C7, 32 and DA. RGB value is (199,50,218). Sum of RGB (Red+Green+Blue) = 199+50+218=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 50 (19.92% from 255 or 10.71% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #C732DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C732DA is #38CD25. Grayscale: #717171. Windows color (decimal): -3722534 or 14299847. OLE color: 14299847.

HSL color Cylindrical-coordinate representation of color #C732DA: hue angle of 293.21º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C732DA is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 50 218 -
CMYK 0.09 0.77 0 0.15
HSL 293.21º 0.69% 0.53% -
HSV(B) 293.21º 0.77% 0.85% -
XYZ 37.35 19.49 68.12 -
YUV 113.7 186.86 188.84 -
System Red Green Blue C M Y K H S L
Decimal 199 50 218 0.09 0.77 0 0.15 293.21 0.69 0.53
Hex C7 32 DA 9 4D 0 F 125 45 35
Octal 307 62 332 11 115 0 17 445 105 65
Binary 11000111 110010 11011010 1001 1001101 0 1111 100100101 1000101 110101

Color Harmonies of #C732DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C732DA

Black with #C732DA

Text Example


Text Example

White with #C732DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C732DA; }

 p { color: rgb(199,50,218); }

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

background-color css

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

 a { background-color: rgb(199,50,218); }

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

border-color css

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

 span { border-color: rgb(199,50,218); }

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