Html Css Color HEX #C261DC Medium Orchid

📋 copy color: '#C261DC'

red 194 ◦ green 97 ◦ blue 220

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

Shades of Medium Orchid #C261DC

Tints of Medium Orchid #C261DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.05%

R = 37.96%
G = 18.98%
B = 43.05%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C261DC (or 0xC261DC) is known color: Medium Orchid. HEX triplet: C2, 61 and DC. RGB value is (194,97,220). Sum of RGB (Red+Green+Blue) = 194+97+220=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 97 (38.28% from 255 or 18.98% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #C261DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C261DC is #3D9E23. Grayscale: #8B8B8B. Windows color (decimal): -4038180 or 14442946. OLE color: 14442946.

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

Color convert

RGB 194 97 220 -
CMYK 0.12 0.56 0 0.14
HSL 287.32º 0.64% 0.62% -
HSV(B) 287.32º 0.56% 0.86% -
XYZ 39.44 25.19 70.49 -
YUV 140.03 173.14 166.5 -
System Red Green Blue C M Y K H S L
Decimal 194 97 220 0.12 0.56 0 0.14 287.32 0.64 0.62
Hex C2 61 DC C 38 0 E 11F 40 3E
Octal 302 141 334 14 70 0 16 437 100 76
Binary 11000010 1100001 11011100 1100 111000 0 1110 100011111 1000000 111110

Color Harmonies of #C261DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C261DC

Black with #C261DC

Text Example


Text Example

White with #C261DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C261DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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