#C065EA

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

Shades of Medium Orchid #C065EA

Tints of Medium Orchid #C065EA

Color information

#C065EA (or 0xC065EA) is unknown color: approx Medium Orchid. HEX triplet: C0, 65 and EA. RGB value is (192,101,234). Sum of RGB (Red+Green+Blue) = 192+101+234=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 101 (39.84% from 255 or 19.17% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #C065EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C065EA is #3F9A15. Grayscale: #8E8E8E. Windows color (decimal): -4168214 or 15361472. OLE color: 15361472.

HSL color Cylindrical-coordinate representation of color #C065EA: hue angle of 281.05º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C065EA is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB192101234-
CMYK0.180.5700.08
HSL281.05º76%65.69%-
HSV(B)281.05º56.84%91.76%-
XYZ41.2426.4580.77-
YUV143.37179.15162.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.43%
GREEN value IS 101 (39.84% from 255) = 19.17%
BLUE value IS 234 (91.80% from 255) = 44.40%
R=36.43%
G=19.17%
B=44.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1921012340.180.5700.08281.057665.69
HexC065EA1239081194c42
Octal3001453522271010431114102
Binary11000000110010111101010100101110010100010001100110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C065EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C065EA; }

 p { color: rgb(192,101,234); }

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

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

 a { background-color: rgb(192,101,234); }

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

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

 span { border-color: rgb(192,101,234); }

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