Html Css Color HEX #C468EA Medium Orchid

📋 copy color: '#C468EA'

red 196 ◦ green 104 ◦ blue 234

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

Shades of Medium Orchid #C468EA

Tints of Medium Orchid #C468EA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.48%

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

R = 36.7%
G = 19.48%
B = 43.82%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C468EA (or 0xC468EA) is known color: Medium Orchid. HEX triplet: C4, 68 and EA. RGB value is (196,104,234). Sum of RGB (Red+Green+Blue) = 196+104+234=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 104 (41.02% from 255 or 19.48% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 234 - color contains mainly: blue. Hex color #C468EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C468EA is #3B9715. Grayscale: #919191. Windows color (decimal): -3905302 or 15362244. OLE color: 15362244.

HSL color Cylindrical-coordinate representation of color #C468EA: hue angle of 282.46º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C468EA is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 104 234 -
CMYK 0.16 0.56 0 0.08
HSL 282.46º 0.76% 0.66% -
HSV(B) 282.46º 0.56% 0.92% -
XYZ 42.57 27.58 80.92 -
YUV 146.33 177.48 163.43 -
System Red Green Blue C M Y K H S L
Decimal 196 104 234 0.16 0.56 0 0.08 282.46 0.76 0.66
Hex C4 68 EA 10 38 0 8 11A 4C 42
Octal 304 150 352 20 70 0 10 432 114 102
Binary 11000100 1101000 11101010 10000 111000 0 1000 100011010 1001100 1000010

Color Harmonies of #C468EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C468EA

Black with #C468EA

Text Example


Text Example

White with #C468EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C468EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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