Html Css Color HEX #C374E5 Medium Orchid

📋 copy color: '#C374E5'

red 195 ◦ green 116 ◦ blue 229

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

Shades of Medium Orchid #C374E5

Tints of Medium Orchid #C374E5

RGB

 RED value IS 195 (76.56% from 255) = 36.11%

 GREEN value IS 116 (45.7% from 255) = 21.48%

 BLUE value IS 229 (89.84% from 255) = 42.41%

R = 36.11%
G = 21.48%
B = 42.41%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C374E5 (or 0xC374E5) is known color: Medium Orchid. HEX triplet: C3, 74 and E5. RGB value is (195,116,229). Sum of RGB (Red+Green+Blue) = 195+116+229=540 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.11% from 540); Green value is 116 (45.70% from 255 or 21.48% from 540); Blue value is 229 (89.84% from 255 or 42.41% from 540); Max value from RGB is 229 - color contains mainly: blue. Hex color #C374E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C374E5 is #3C8B1A. Grayscale: #989898. Windows color (decimal): -3967771 or 15037635. OLE color: 15037635.

HSL color Cylindrical-coordinate representation of color #C374E5: hue angle of 281.95º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C374E5 is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 195 116 229 -
CMYK 0.15 0.49 0 0.10
HSL 281.95º 0.68% 0.68% -
HSV(B) 281.95º 0.49% 0.9% -
XYZ 42.89 29.75 77.61 -
YUV 152.5 171.17 158.31 -
System Red Green Blue C M Y K H S L
Decimal 195 116 229 0.15 0.49 0 0.10 281.95 0.68 0.68
Hex C3 74 E5 F 31 0 A 11A 44 44
Octal 303 164 345 17 61 0 12 432 104 104
Binary 11000011 1110100 11100101 1111 110001 0 1010 100011010 1000100 1000100

Color Harmonies of #C374E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C374E5

Black with #C374E5

Text Example


Text Example

White with #C374E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C374E5; }

 p { color: rgb(195,116,229); }

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

background-color css

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

 a { background-color: rgb(195,116,229); }

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

border-color css

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

 span { border-color: rgb(195,116,229); }

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