Html Css Color HEX #C465EE Medium Orchid

📋 copy color: '#C465EE'

red 196 ◦ green 101 ◦ blue 238

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

Shades of Medium Orchid #C465EE

Tints of Medium Orchid #C465EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.49%

R = 36.64%
G = 18.88%
B = 44.49%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C465EE (or 0xC465EE) is known color: Medium Orchid. HEX triplet: C4, 65 and EE. RGB value is (196,101,238). Sum of RGB (Red+Green+Blue) = 196+101+238=535 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.64% from 535); Green value is 101 (39.84% from 255 or 18.88% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #C465EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C465EE is #3B9A11. Grayscale: #909090. Windows color (decimal): -3906066 or 15623620. OLE color: 15623620.

HSL color Cylindrical-coordinate representation of color #C465EE: hue angle of 281.61º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C465EE is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 101 238 -
CMYK 0.18 0.58 0 0.07
HSL 281.61º 0.8% 0.66% -
HSV(B) 281.61º 0.58% 0.93% -
XYZ 42.85 27.22 83.88 -
YUV 145.02 180.47 164.36 -
System Red Green Blue C M Y K H S L
Decimal 196 101 238 0.18 0.58 0 0.07 281.61 0.8 0.66
Hex C4 65 EE 12 3A 0 7 11A 50 42
Octal 304 145 356 22 72 0 7 432 120 102
Binary 11000100 1100101 11101110 10010 111010 0 111 100011010 1010000 1000010

Color Harmonies of #C465EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C465EE

Black with #C465EE

Text Example


Text Example

White with #C465EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C465EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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