Html Css Color HEX #C374ED Heliotrope

📋 copy color: '#C374ED'

red 195 ◦ green 116 ◦ blue 237

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

Shades of Heliotrope #C374ED

Tints of Heliotrope #C374ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.25%

R = 35.58%
G = 21.17%
B = 43.25%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C374ED (or 0xC374ED) is known color: Heliotrope. HEX triplet: C3, 74 and ED. RGB value is (195,116,237). Sum of RGB (Red+Green+Blue) = 195+116+237=548 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.58% from 548); Green value is 116 (45.70% from 255 or 21.17% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #C374ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C374ED is #3C8B12. Grayscale: #999999. Windows color (decimal): -3967763 or 15561923. OLE color: 15561923.

HSL color Cylindrical-coordinate representation of color #C374ED: hue angle of 279.17º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C374ED is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 116 237 -
CMYK 0.18 0.51 0 0.07
HSL 279.17º 0.77% 0.69% -
HSV(B) 279.17º 0.51% 0.93% -
XYZ 44.04 30.21 83.63 -
YUV 153.42 175.17 157.66 -
System Red Green Blue C M Y K H S L
Decimal 195 116 237 0.18 0.51 0 0.07 279.17 0.77 0.69
Hex C3 74 ED 12 33 0 7 117 4D 45
Octal 303 164 355 22 63 0 7 427 115 105
Binary 11000011 1110100 11101101 10010 110011 0 111 100010111 1001101 1000101

Color Harmonies of #C374ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C374ED

Black with #C374ED

Text Example


Text Example

White with #C374ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C374ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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