#C269CE

Color #C269CE Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C269CE

Tints of Medium Orchid #C269CE

Color information

#C269CE (or 0xC269CE) is unknown color: approx Medium Orchid. HEX triplet: C2, 69 and CE. RGB value is (194,105,206). Sum of RGB (Red+Green+Blue) = 194+105+206=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 105 (41.41% from 255 or 20.79% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #C269CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C269CE is #3D9631. Grayscale: #8E8E8E. Windows color (decimal): -4036146 or 13527490. OLE color: 13527490.

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

Color convert

RGB194105206-
CMYK0.060.4900.19
HSL292.87º50.75%60.98%-
HSV(B)292.87º49.03%80.78%-
XYZ38.4426.0361.39-
YUV143.12163.49164.29-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.42%
GREEN value IS 105 (41.41% from 255) = 20.79%
BLUE value IS 206 (80.86% from 255) = 40.79%
R=38.42%
G=20.79%
B=40.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1941052060.060.4900.19292.8750.7560.98
HexC269CE631013125333d
Octal3021513166610234456375
Binary11000010110100111001110110110001010011100100101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C269CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C269CE; }

 p { color: rgb(194,105,206); }

 H1.HeaderClassName
 {
   color: #C269CE;
 }
 .AnyTagClassName
 {
   color: #C269CE;
 }
</style>
background-color css

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

 a { background-color: rgb(194,105,206); }

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

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

 span { border-color: rgb(194,105,206); }

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