Html Css Color HEX #C235DA Medium Orchid

📋 copy color: '#C235DA'

red 194 ◦ green 53 ◦ blue 218

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

Shades of Medium Orchid #C235DA

Tints of Medium Orchid #C235DA

RGB

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

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

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

R = 41.72%
G = 11.4%
B = 46.88%

CMYK

 C value IS 0.11

 M value IS 0.76

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C235DA (or 0xC235DA) is known color: Medium Orchid. HEX triplet: C2, 35 and DA. RGB value is (194,53,218). Sum of RGB (Red+Green+Blue) = 194+53+218=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 53 (21.09% from 255 or 11.40% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #C235DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C235DA is #3DCA25. Grayscale: #717171. Windows color (decimal): -4049446 or 14300610. OLE color: 14300610.

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

Color convert

RGB 194 53 218 -
CMYK 0.11 0.76 0 0.15
HSL 291.27º 0.69% 0.53% -
HSV(B) 291.27º 0.76% 0.85% -
XYZ 36.18 19.08 68.11 -
YUV 113.97 186.71 185.08 -
System Red Green Blue C M Y K H S L
Decimal 194 53 218 0.11 0.76 0 0.15 291.27 0.69 0.53
Hex C2 35 DA B 4C 0 F 123 45 35
Octal 302 65 332 13 114 0 17 443 105 65
Binary 11000010 110101 11011010 1011 1001100 0 1111 100100011 1000101 110101

Color Harmonies of #C235DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C235DA

Black with #C235DA

Text Example


Text Example

White with #C235DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C235DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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