Html Css Color HEX #C232DA Medium Orchid

📋 copy color: '#C232DA'

red 194 ◦ green 50 ◦ blue 218

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

Shades of Medium Orchid #C232DA

Tints of Medium Orchid #C232DA

RGB

 RED value IS 194 (76.17% from 255) = 41.99%

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

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

R = 41.99%
G = 10.82%
B = 47.19%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C232DA (or 0xC232DA) is known color: Medium Orchid. HEX triplet: C2, 32 and DA. RGB value is (194,50,218). Sum of RGB (Red+Green+Blue) = 194+50+218=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 50 (19.92% from 255 or 10.82% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #C232DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C232DA is #3DCD25. Grayscale: #6F6F6F. Windows color (decimal): -4050214 or 14299842. OLE color: 14299842.

HSL color Cylindrical-coordinate representation of color #C232DA: hue angle of 291.43º 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 #C232DA is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 50 218 -
CMYK 0.11 0.77 0 0.15
HSL 291.43º 0.69% 0.53% -
HSV(B) 291.43º 0.77% 0.85% -
XYZ 36.04 18.81 68.06 -
YUV 112.21 187.71 186.34 -
System Red Green Blue C M Y K H S L
Decimal 194 50 218 0.11 0.77 0 0.15 291.43 0.69 0.53
Hex C2 32 DA B 4D 0 F 123 45 35
Octal 302 62 332 13 115 0 17 443 105 65
Binary 11000010 110010 11011010 1011 1001101 0 1111 100100011 1000101 110101

Color Harmonies of #C232DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C232DA

Black with #C232DA

Text Example


Text Example

White with #C232DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C232DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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