Html Css Color HEX #C374EA Heliotrope

📋 copy color: '#C374EA'

red 195 ◦ green 116 ◦ blue 234

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

Shades of Heliotrope #C374EA

Tints of Heliotrope #C374EA

RGB

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

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

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

R = 35.78%
G = 21.28%
B = 42.94%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C374EA (or 0xC374EA) is known color: Heliotrope. HEX triplet: C3, 74 and EA. RGB value is (195,116,234). Sum of RGB (Red+Green+Blue) = 195+116+234=545 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.78% from 545); Green value is 116 (45.70% from 255 or 21.28% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 234 - color contains mainly: blue. Hex color #C374EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C374EA is #3C8B15. Grayscale: #989898. Windows color (decimal): -3967766 or 15365315. OLE color: 15365315.

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

Color convert

RGB 195 116 234 -
CMYK 0.17 0.50 0 0.08
HSL 280.17º 0.74% 0.69% -
HSV(B) 280.17º 0.5% 0.92% -
XYZ 43.6 30.03 81.34 -
YUV 153.07 173.67 157.91 -
System Red Green Blue C M Y K H S L
Decimal 195 116 234 0.17 0.50 0 0.08 280.17 0.74 0.69
Hex C3 74 EA 11 32 0 8 118 4A 45
Octal 303 164 352 21 62 0 10 430 112 105
Binary 11000011 1110100 11101010 10001 110010 0 1000 100011000 1001010 1000101

Color Harmonies of #C374EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C374EA

Black with #C374EA

Text Example


Text Example

White with #C374EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C374EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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