Html Css Color HEX #C235DF Medium Orchid

📋 copy color: '#C235DF'

red 194 ◦ green 53 ◦ blue 223

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

Shades of Medium Orchid #C235DF

Tints of Medium Orchid #C235DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.45%

R = 41.28%
G = 11.28%
B = 47.45%

CMYK

 C value IS 0.13

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C235DF (or 0xC235DF) is known color: Medium Orchid. HEX triplet: C2, 35 and DF. RGB value is (194,53,223). Sum of RGB (Red+Green+Blue) = 194+53+223=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 53 (21.09% from 255 or 11.28% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #C235DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C235DF is #3DCA20. Grayscale: #727272. Windows color (decimal): -4049441 or 14628290. OLE color: 14628290.

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

Color convert

RGB 194 53 223 -
CMYK 0.13 0.76 0 0.13
HSL 289.76º 0.73% 0.54% -
HSV(B) 289.76º 0.76% 0.87% -
XYZ 36.84 19.34 71.6 -
YUV 114.54 189.21 184.68 -
System Red Green Blue C M Y K H S L
Decimal 194 53 223 0.13 0.76 0 0.13 289.76 0.73 0.54
Hex C2 35 DF D 4C 0 D 122 49 36
Octal 302 65 337 15 114 0 15 442 111 66
Binary 11000010 110101 11011111 1101 1001100 0 1101 100100010 1001001 110110

Color Harmonies of #C235DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C235DF

Black with #C235DF

Text Example


Text Example

White with #C235DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C235DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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