Html Css Color HEX #C232DF Medium Orchid

📋 copy color: '#C232DF'

red 194 ◦ green 50 ◦ blue 223

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

Shades of Medium Orchid #C232DF

Tints of Medium Orchid #C232DF

RGB

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

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

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

R = 41.54%
G = 10.71%
B = 47.75%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C232DF (or 0xC232DF) is known color: Medium Orchid. HEX triplet: C2, 32 and DF. RGB value is (194,50,223). Sum of RGB (Red+Green+Blue) = 194+50+223=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 50 (19.92% from 255 or 10.71% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #C232DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C232DF is #3DCD20. Grayscale: #707070. Windows color (decimal): -4050209 or 14627522. OLE color: 14627522.

HSL color Cylindrical-coordinate representation of color #C232DF: hue angle of 289.94º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C232DF is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 50 223 -
CMYK 0.13 0.78 0 0.13
HSL 289.94º 0.73% 0.54% -
HSV(B) 289.94º 0.78% 0.87% -
XYZ 36.71 19.08 71.56 -
YUV 112.78 190.21 185.93 -
System Red Green Blue C M Y K H S L
Decimal 194 50 223 0.13 0.78 0 0.13 289.94 0.73 0.54
Hex C2 32 DF D 4E 0 D 122 49 36
Octal 302 62 337 15 116 0 15 442 111 66
Binary 11000010 110010 11011111 1101 1001110 0 1101 100100010 1001001 110110

Color Harmonies of #C232DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C232DF

Black with #C232DF

Text Example


Text Example

White with #C232DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C232DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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