Html Css Color HEX #C232F1 Medium Orchid

📋 copy color: '#C232F1'

red 194 ◦ green 50 ◦ blue 241

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

Shades of Medium Orchid #C232F1

Tints of Medium Orchid #C232F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 49.69%

R = 40%
G = 10.31%
B = 49.69%

CMYK

 C value IS 0.20

 M value IS 0.79

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C232F1 (or 0xC232F1) is known color: Medium Orchid. HEX triplet: C2, 32 and F1. RGB value is (194,50,241). Sum of RGB (Red+Green+Blue) = 194+50+241=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 50 (19.92% from 255 or 10.31% from 485); Blue value is 241 (94.53% from 255 or 49.69% from 485); Max value from RGB is 241 - color contains mainly: blue. Hex color #C232F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C232F1 is #3DCD0E. Grayscale: #727272. Windows color (decimal): -4050191 or 15807170. OLE color: 15807170.

HSL color Cylindrical-coordinate representation of color #C232F1: hue angle of 285.24º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C232F1 is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 50 241 -
CMYK 0.20 0.79 0 0.05
HSL 285.24º 0.87% 0.57% -
HSV(B) 285.24º 0.79% 0.95% -
XYZ 39.27 20.1 85.03 -
YUV 114.83 199.21 184.47 -
System Red Green Blue C M Y K H S L
Decimal 194 50 241 0.20 0.79 0 0.05 285.24 0.87 0.57
Hex C2 32 F1 14 4F 0 5 11D 57 39
Octal 302 62 361 24 117 0 5 435 127 71
Binary 11000010 110010 11110001 10100 1001111 0 101 100011101 1010111 111001

Color Harmonies of #C232F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C232F1

Black with #C232F1

Text Example


Text Example

White with #C232F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C232F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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