Html Css Color HEX #C261F2 Medium Orchid

📋 copy color: '#C261F2'

red 194 ◦ green 97 ◦ blue 242

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

Shades of Medium Orchid #C261F2

Tints of Medium Orchid #C261F2

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.2%

 BLUE value IS 242 (94.92% from 255) = 45.4%

R = 36.4%
G = 18.2%
B = 45.4%

CMYK

 C value IS 0.20

 M value IS 0.60

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C261F2 (or 0xC261F2) is known color: Medium Orchid. HEX triplet: C2, 61 and F2. RGB value is (194,97,242). Sum of RGB (Red+Green+Blue) = 194+97+242=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 97 (38.28% from 255 or 18.20% from 533); Blue value is 242 (94.92% from 255 or 45.40% from 533); Max value from RGB is 242 - color contains mainly: blue. Hex color #C261F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C261F2 is #3D9E0D. Grayscale: #8E8E8E. Windows color (decimal): -4038158 or 15884738. OLE color: 15884738.

HSL color Cylindrical-coordinate representation of color #C261F2: hue angle of 280.14º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C261F2 is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 97 242 -
CMYK 0.20 0.60 0 0.05
HSL 280.14º 0.85% 0.66% -
HSV(B) 280.14º 0.6% 0.95% -
XYZ 42.55 26.43 86.86 -
YUV 142.53 184.14 164.71 -
System Red Green Blue C M Y K H S L
Decimal 194 97 242 0.20 0.60 0 0.05 280.14 0.85 0.66
Hex C2 61 F2 14 3C 0 5 118 55 42
Octal 302 141 362 24 74 0 5 430 125 102
Binary 11000010 1100001 11110010 10100 111100 0 101 100011000 1010101 1000010

Color Harmonies of #C261F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C261F2

Black with #C261F2

Text Example


Text Example

White with #C261F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C261F2; }

 p { color: rgb(194,97,242); }

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

background-color css

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

 a { background-color: rgb(194,97,242); }

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

border-color css

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

 span { border-color: rgb(194,97,242); }

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