Html Css Color HEX #C261CF Medium Orchid

📋 copy color: '#C261CF'

red 194 ◦ green 97 ◦ blue 207

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

Shades of Medium Orchid #C261CF

Tints of Medium Orchid #C261CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.57%

R = 38.96%
G = 19.48%
B = 41.57%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C261CF (or 0xC261CF) is known color: Medium Orchid. HEX triplet: C2, 61 and CF. RGB value is (194,97,207). Sum of RGB (Red+Green+Blue) = 194+97+207=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 97 (38.28% from 255 or 19.48% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #C261CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C261CF is #3D9E30. Grayscale: #8A8A8A. Windows color (decimal): -4038193 or 13590978. OLE color: 13590978.

HSL color Cylindrical-coordinate representation of color #C261CF: hue angle of 292.91º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C261CF is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 97 207 -
CMYK 0.06 0.53 0 0.19
HSL 292.91º 0.53% 0.6% -
HSV(B) 292.91º 0.53% 0.81% -
XYZ 37.79 24.52 61.77 -
YUV 138.54 166.64 167.56 -
System Red Green Blue C M Y K H S L
Decimal 194 97 207 0.06 0.53 0 0.19 292.91 0.53 0.6
Hex C2 61 CF 6 35 0 13 125 35 3C
Octal 302 141 317 6 65 0 23 445 65 74
Binary 11000010 1100001 11001111 110 110101 0 10011 100100101 110101 111100

Color Harmonies of #C261CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C261CF

Black with #C261CF

Text Example


Text Example

White with #C261CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C261CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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