Html Css Color HEX #C266E4 Medium Orchid

📋 copy color: '#C266E4'

red 194 ◦ green 102 ◦ blue 228

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

Shades of Medium Orchid #C266E4

Tints of Medium Orchid #C266E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 43.51%

R = 37.02%
G = 19.47%
B = 43.51%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C266E4 (or 0xC266E4) is known color: Medium Orchid. HEX triplet: C2, 66 and E4. RGB value is (194,102,228). Sum of RGB (Red+Green+Blue) = 194+102+228=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 102 (40.23% from 255 or 19.47% from 524); Blue value is 228 (89.45% from 255 or 43.51% from 524); Max value from RGB is 228 - color contains mainly: blue. Hex color #C266E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C266E4 is #3D991B. Grayscale: #8F8F8F. Windows color (decimal): -4036892 or 14968514. OLE color: 14968514.

HSL color Cylindrical-coordinate representation of color #C266E4: hue angle of 283.81º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C266E4 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 194 102 228 -
CMYK 0.15 0.55 0 0.11
HSL 283.81º 0.7% 0.65% -
HSV(B) 283.81º 0.55% 0.89% -
XYZ 41 26.57 76.37 -
YUV 143.87 175.48 163.75 -
System Red Green Blue C M Y K H S L
Decimal 194 102 228 0.15 0.55 0 0.11 283.81 0.7 0.65
Hex C2 66 E4 F 37 0 B 11C 46 41
Octal 302 146 344 17 67 0 13 434 106 101
Binary 11000010 1100110 11100100 1111 110111 0 1011 100011100 1000110 1000001

Color Harmonies of #C266E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C266E4

Black with #C266E4

Text Example


Text Example

White with #C266E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C266E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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