Html Css Color HEX #C266DD Medium Orchid

📋 copy color: '#C266DD'

red 194 ◦ green 102 ◦ blue 221

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

Shades of Medium Orchid #C266DD

Tints of Medium Orchid #C266DD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.73%

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

R = 37.52%
G = 19.73%
B = 42.75%

CMYK

 C value IS 0.12

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C266DD (or 0xC266DD) is known color: Medium Orchid. HEX triplet: C2, 66 and DD. RGB value is (194,102,221). Sum of RGB (Red+Green+Blue) = 194+102+221=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 102 (40.23% from 255 or 19.73% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #C266DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C266DD is #3D9922. Grayscale: #8E8E8E. Windows color (decimal): -4036899 or 14509762. OLE color: 14509762.

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

Color convert

RGB 194 102 221 -
CMYK 0.12 0.54 0 0.13
HSL 286.39º 0.64% 0.63% -
HSV(B) 286.39º 0.54% 0.87% -
XYZ 40.05 26.19 71.35 -
YUV 143.07 171.98 164.32 -
System Red Green Blue C M Y K H S L
Decimal 194 102 221 0.12 0.54 0 0.13 286.39 0.64 0.63
Hex C2 66 DD C 36 0 D 11E 40 3F
Octal 302 146 335 14 66 0 15 436 100 77
Binary 11000010 1100110 11011101 1100 110110 0 1101 100011110 1000000 111111

Color Harmonies of #C266DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C266DD

Black with #C266DD

Text Example


Text Example

White with #C266DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C266DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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