Html Css Color HEX #C468E4 Medium Orchid

📋 copy color: '#C468E4'

red 196 ◦ green 104 ◦ blue 228

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

Shades of Medium Orchid #C468E4

Tints of Medium Orchid #C468E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 43.18%

R = 37.12%
G = 19.7%
B = 43.18%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C468E4 (or 0xC468E4) is known color: Medium Orchid. HEX triplet: C4, 68 and E4. RGB value is (196,104,228). Sum of RGB (Red+Green+Blue) = 196+104+228=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 104 (41.02% from 255 or 19.70% from 528); Blue value is 228 (89.45% from 255 or 43.18% from 528); Max value from RGB is 228 - color contains mainly: blue. Hex color #C468E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C468E4 is #3B971B. Grayscale: #919191. Windows color (decimal): -3905308 or 14969028. OLE color: 14969028.

HSL color Cylindrical-coordinate representation of color #C468E4: hue angle of 284.52º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C468E4 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 196 104 228 -
CMYK 0.14 0.54 0 0.11
HSL 284.52º 0.7% 0.65% -
HSV(B) 284.52º 0.54% 0.89% -
XYZ 41.72 27.24 76.46 -
YUV 145.64 174.48 163.92 -
System Red Green Blue C M Y K H S L
Decimal 196 104 228 0.14 0.54 0 0.11 284.52 0.7 0.65
Hex C4 68 E4 E 36 0 B 11D 46 41
Octal 304 150 344 16 66 0 13 435 106 101
Binary 11000100 1101000 11100100 1110 110110 0 1011 100011101 1000110 1000001

Color Harmonies of #C468E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C468E4

Black with #C468E4

Text Example


Text Example

White with #C468E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C468E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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