Html Css Color HEX #C465EA Medium Orchid

📋 copy color: '#C465EA'

red 196 ◦ green 101 ◦ blue 234

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

Shades of Medium Orchid #C465EA

Tints of Medium Orchid #C465EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.07%

R = 36.91%
G = 19.02%
B = 44.07%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C465EA (or 0xC465EA) is known color: Medium Orchid. HEX triplet: C4, 65 and EA. RGB value is (196,101,234). Sum of RGB (Red+Green+Blue) = 196+101+234=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 101 (39.84% from 255 or 19.02% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #C465EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C465EA is #3B9A15. Grayscale: #909090. Windows color (decimal): -3906070 or 15361476. OLE color: 15361476.

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

Color convert

RGB 196 101 234 -
CMYK 0.16 0.57 0 0.08
HSL 282.86º 0.76% 0.66% -
HSV(B) 282.86º 0.57% 0.92% -
XYZ 42.27 26.98 80.82 -
YUV 144.57 178.47 164.69 -
System Red Green Blue C M Y K H S L
Decimal 196 101 234 0.16 0.57 0 0.08 282.86 0.76 0.66
Hex C4 65 EA 10 39 0 8 11B 4C 42
Octal 304 145 352 20 71 0 10 433 114 102
Binary 11000100 1100101 11101010 10000 111001 0 1000 100011011 1001100 1000010

Color Harmonies of #C465EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C465EA

Black with #C465EA

Text Example


Text Example

White with #C465EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C465EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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