Html Css Color HEX #C265EB Medium Orchid

📋 copy color: '#C265EB'

red 194 ◦ green 101 ◦ blue 235

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

Shades of Medium Orchid #C265EB

Tints of Medium Orchid #C265EB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.06%

 BLUE value IS 235 (92.19% from 255) = 44.34%

R = 36.6%
G = 19.06%
B = 44.34%

CMYK

 C value IS 0.17

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C265EB (or 0xC265EB) is known color: Medium Orchid. HEX triplet: C2, 65 and EB. RGB value is (194,101,235). Sum of RGB (Red+Green+Blue) = 194+101+235=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 101 (39.84% from 255 or 19.06% from 530); Blue value is 235 (92.19% from 255 or 44.34% from 530); Max value from RGB is 235 - color contains mainly: blue. Hex color #C265EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C265EB is #3D9A14. Grayscale: #8F8F8F. Windows color (decimal): -4037141 or 15427010. OLE color: 15427010.

HSL color Cylindrical-coordinate representation of color #C265EB: hue angle of 281.64º degrees, saturation: 0.77, 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 #C265EB is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 101 235 -
CMYK 0.17 0.57 0 0.08
HSL 281.64º 0.77% 0.66% -
HSV(B) 281.64º 0.57% 0.92% -
XYZ 41.9 26.77 81.56 -
YUV 144.08 179.31 163.6 -
System Red Green Blue C M Y K H S L
Decimal 194 101 235 0.17 0.57 0 0.08 281.64 0.77 0.66
Hex C2 65 EB 11 39 0 8 11A 4D 42
Octal 302 145 353 21 71 0 10 432 115 102
Binary 11000010 1100101 11101011 10001 111001 0 1000 100011010 1001101 1000010

Color Harmonies of #C265EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C265EB

Black with #C265EB

Text Example


Text Example

White with #C265EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C265EB; }

 p { color: rgb(194,101,235); }

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

background-color css

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

 a { background-color: rgb(194,101,235); }

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

border-color css

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

 span { border-color: rgb(194,101,235); }

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