Html Css Color HEX #C374EB Heliotrope

📋 copy color: '#C374EB'

red 195 ◦ green 116 ◦ blue 235

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

Shades of Heliotrope #C374EB

Tints of Heliotrope #C374EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.04%

R = 35.71%
G = 21.25%
B = 43.04%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C374EB (or 0xC374EB) is known color: Heliotrope. HEX triplet: C3, 74 and EB. RGB value is (195,116,235). Sum of RGB (Red+Green+Blue) = 195+116+235=546 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.71% from 546); Green value is 116 (45.70% from 255 or 21.25% from 546); Blue value is 235 (92.19% from 255 or 43.04% from 546); Max value from RGB is 235 - color contains mainly: blue. Hex color #C374EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C374EB is #3C8B14. Grayscale: #989898. Windows color (decimal): -3967765 or 15430851. OLE color: 15430851.

HSL color Cylindrical-coordinate representation of color #C374EB: hue angle of 279.83º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C374EB is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 116 235 -
CMYK 0.17 0.51 0 0.08
HSL 279.83º 0.75% 0.69% -
HSV(B) 279.83º 0.51% 0.92% -
XYZ 43.75 30.09 82.1 -
YUV 153.19 174.17 157.82 -
System Red Green Blue C M Y K H S L
Decimal 195 116 235 0.17 0.51 0 0.08 279.83 0.75 0.69
Hex C3 74 EB 11 33 0 8 118 4B 45
Octal 303 164 353 21 63 0 10 430 113 105
Binary 11000011 1110100 11101011 10001 110011 0 1000 100011000 1001011 1000101

Color Harmonies of #C374EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C374EB

Black with #C374EB

Text Example


Text Example

White with #C374EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C374EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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