Html Css Color HEX #C261DA Medium Orchid

📋 copy color: '#C261DA'

red 194 ◦ green 97 ◦ blue 218

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

Shades of Medium Orchid #C261DA

Tints of Medium Orchid #C261DA

RGB

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

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

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

R = 38.11%
G = 19.06%
B = 42.83%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C261DA (or 0xC261DA) is known color: Medium Orchid. HEX triplet: C2, 61 and DA. RGB value is (194,97,218). Sum of RGB (Red+Green+Blue) = 194+97+218=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 97 (38.28% from 255 or 19.06% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #C261DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C261DA is #3D9E25. Grayscale: #8B8B8B. Windows color (decimal): -4038182 or 14311874. OLE color: 14311874.

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

Color convert

RGB 194 97 218 -
CMYK 0.11 0.56 0 0.15
HSL 288.1º 0.62% 0.62% -
HSV(B) 288.1º 0.56% 0.85% -
XYZ 39.18 25.08 69.11 -
YUV 139.8 172.14 166.66 -
System Red Green Blue C M Y K H S L
Decimal 194 97 218 0.11 0.56 0 0.15 288.1 0.62 0.62
Hex C2 61 DA B 38 0 F 120 3E 3E
Octal 302 141 332 13 70 0 17 440 76 76
Binary 11000010 1100001 11011010 1011 111000 0 1111 100100000 111110 111110

Color Harmonies of #C261DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C261DA

Black with #C261DA

Text Example


Text Example

White with #C261DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C261DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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