Html Css Color HEX #C465EB Medium Orchid

📋 copy color: '#C465EB'

red 196 ◦ green 101 ◦ blue 235

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

Shades of Medium Orchid #C465EB

Tints of Medium Orchid #C465EB

RGB

 RED value IS 196 (76.95% from 255) = 36.84%

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

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

R = 36.84%
G = 18.98%
B = 44.17%

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

#C465EB (or 0xC465EB) is known color: Medium Orchid. HEX triplet: C4, 65 and EB. RGB value is (196,101,235). Sum of RGB (Red+Green+Blue) = 196+101+235=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 101 (39.84% from 255 or 18.98% from 532); Blue value is 235 (92.19% from 255 or 44.17% from 532); Max value from RGB is 235 - color contains mainly: blue. Hex color #C465EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C465EB is #3B9A14. Grayscale: #909090. Windows color (decimal): -3906069 or 15427012. OLE color: 15427012.

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

Color convert

RGB 196 101 235 -
CMYK 0.17 0.57 0 0.08
HSL 282.54º 0.77% 0.66% -
HSV(B) 282.54º 0.57% 0.92% -
XYZ 42.41 27.04 81.58 -
YUV 144.68 178.97 164.6 -
System Red Green Blue C M Y K H S L
Decimal 196 101 235 0.17 0.57 0 0.08 282.54 0.77 0.66
Hex C4 65 EB 11 39 0 8 11B 4D 42
Octal 304 145 353 21 71 0 10 433 115 102
Binary 11000100 1100101 11101011 10001 111001 0 1000 100011011 1001101 1000010

Color Harmonies of #C465EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C465EB

Black with #C465EB

Text Example


Text Example

White with #C465EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C465EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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