Html Css Color HEX #C465ED Medium Orchid

📋 copy color: '#C465ED'

red 196 ◦ green 101 ◦ blue 237

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

Shades of Medium Orchid #C465ED

Tints of Medium Orchid #C465ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.38%

R = 36.7%
G = 18.91%
B = 44.38%

CMYK

 C value IS 0.17

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C465ED (or 0xC465ED) is known color: Medium Orchid. HEX triplet: C4, 65 and ED. RGB value is (196,101,237). Sum of RGB (Red+Green+Blue) = 196+101+237=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 101 (39.84% from 255 or 18.91% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #C465ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C465ED is #3B9A12. Grayscale: #909090. Windows color (decimal): -3906067 or 15558084. OLE color: 15558084.

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

Color convert

RGB 196 101 237 -
CMYK 0.17 0.57 0 0.07
HSL 281.91º 0.79% 0.66% -
HSV(B) 281.91º 0.57% 0.93% -
XYZ 42.7 27.16 83.11 -
YUV 144.91 179.97 164.44 -
System Red Green Blue C M Y K H S L
Decimal 196 101 237 0.17 0.57 0 0.07 281.91 0.79 0.66
Hex C4 65 ED 11 39 0 7 11A 4F 42
Octal 304 145 355 21 71 0 7 432 117 102
Binary 11000100 1100101 11101101 10001 111001 0 111 100011010 1001111 1000010

Color Harmonies of #C465ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C465ED

Black with #C465ED

Text Example


Text Example

White with #C465ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C465ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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