Html Css Color HEX #C261DD Medium Orchid

📋 copy color: '#C261DD'

red 194 ◦ green 97 ◦ blue 221

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

Shades of Medium Orchid #C261DD

Tints of Medium Orchid #C261DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.16%

R = 37.89%
G = 18.95%
B = 43.16%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C261DD (or 0xC261DD) is known color: Medium Orchid. HEX triplet: C2, 61 and DD. RGB value is (194,97,221). Sum of RGB (Red+Green+Blue) = 194+97+221=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 97 (38.28% from 255 or 18.95% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #C261DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C261DD is #3D9E22. Grayscale: #8B8B8B. Windows color (decimal): -4038179 or 14508482. OLE color: 14508482.

HSL color Cylindrical-coordinate representation of color #C261DD: hue angle of 286.94º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C261DD is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 97 221 -
CMYK 0.12 0.56 0 0.13
HSL 286.94º 0.65% 0.62% -
HSV(B) 286.94º 0.56% 0.87% -
XYZ 39.57 25.24 71.19 -
YUV 140.14 173.64 166.42 -
System Red Green Blue C M Y K H S L
Decimal 194 97 221 0.12 0.56 0 0.13 286.94 0.65 0.62
Hex C2 61 DD C 38 0 D 11F 41 3E
Octal 302 141 335 14 70 0 15 437 101 76
Binary 11000010 1100001 11011101 1100 111000 0 1101 100011111 1000001 111110

Color Harmonies of #C261DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C261DD

Black with #C261DD

Text Example


Text Example

White with #C261DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C261DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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