Html Css Color HEX #C261CD Medium Orchid

📋 copy color: '#C261CD'

red 194 ◦ green 97 ◦ blue 205

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

Shades of Medium Orchid #C261CD

Tints of Medium Orchid #C261CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.33%

R = 39.11%
G = 19.56%
B = 41.33%

CMYK

 C value IS 0.05

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C261CD (or 0xC261CD) is known color: Medium Orchid. HEX triplet: C2, 61 and CD. RGB value is (194,97,205). Sum of RGB (Red+Green+Blue) = 194+97+205=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 97 (38.28% from 255 or 19.56% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #C261CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C261CD is #3D9E32. Grayscale: #898989. Windows color (decimal): -4038195 or 13459906. OLE color: 13459906.

HSL color Cylindrical-coordinate representation of color #C261CD: hue angle of 293.89º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C261CD is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 97 205 -
CMYK 0.05 0.53 0 0.20
HSL 293.89º 0.52% 0.59% -
HSV(B) 293.89º 0.53% 0.8% -
XYZ 37.54 24.43 60.49 -
YUV 138.32 165.64 167.72 -
System Red Green Blue C M Y K H S L
Decimal 194 97 205 0.05 0.53 0 0.20 293.89 0.52 0.59
Hex C2 61 CD 5 35 0 14 126 34 3B
Octal 302 141 315 5 65 0 24 446 64 73
Binary 11000010 1100001 11001101 101 110101 0 10100 100100110 110100 111011

Color Harmonies of #C261CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C261CD

Black with #C261CD

Text Example


Text Example

White with #C261CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C261CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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