Html Css Color HEX #C266D0 Medium Orchid

📋 copy color: '#C266D0'

red 194 ◦ green 102 ◦ blue 208

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

Shades of Medium Orchid #C266D0

Tints of Medium Orchid #C266D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.27%

R = 38.49%
G = 20.24%
B = 41.27%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C266D0 (or 0xC266D0) is known color: Medium Orchid. HEX triplet: C2, 66 and D0. RGB value is (194,102,208). Sum of RGB (Red+Green+Blue) = 194+102+208=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 102 (40.23% from 255 or 20.24% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 208 - color contains mainly: blue. Hex color #C266D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C266D0 is #3D992F. Grayscale: #8D8D8D. Windows color (decimal): -4036912 or 13657794. OLE color: 13657794.

HSL color Cylindrical-coordinate representation of color #C266D0: hue angle of 292.08º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C266D0 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 102 208 -
CMYK 0.07 0.51 0 0.18
HSL 292.08º 0.53% 0.61% -
HSV(B) 292.08º 0.51% 0.82% -
XYZ 38.38 25.53 62.58 -
YUV 141.59 165.48 165.38 -
System Red Green Blue C M Y K H S L
Decimal 194 102 208 0.07 0.51 0 0.18 292.08 0.53 0.61
Hex C2 66 D0 7 33 0 12 124 35 3D
Octal 302 146 320 7 63 0 22 444 65 75
Binary 11000010 1100110 11010000 111 110011 0 10010 100100100 110101 111101

Color Harmonies of #C266D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C266D0

Black with #C266D0

Text Example


Text Example

White with #C266D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C266D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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