Html Css Color HEX #C374FC Heliotrope

📋 copy color: '#C374FC'

red 195 ◦ green 116 ◦ blue 252

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

Shades of Heliotrope #C374FC

Tints of Heliotrope #C374FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.76%

R = 34.64%
G = 20.6%
B = 44.76%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C374FC (or 0xC374FC) is known color: Heliotrope. HEX triplet: C3, 74 and FC. RGB value is (195,116,252). Sum of RGB (Red+Green+Blue) = 195+116+252=563 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.64% from 563); Green value is 116 (45.70% from 255 or 20.60% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #C374FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C374FC is #3C8B03. Grayscale: #9A9A9A. Windows color (decimal): -3967748 or 16544963. OLE color: 16544963.

HSL color Cylindrical-coordinate representation of color #C374FC: hue angle of 274.85º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C374FC is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 195 116 252 -
CMYK 0.23 0.54 0 0.01
HSL 274.85º 0.96% 0.72% -
HSV(B) 274.85º 0.54% 0.99% -
XYZ 46.32 31.12 95.66 -
YUV 155.13 182.67 156.44 -
System Red Green Blue C M Y K H S L
Decimal 195 116 252 0.23 0.54 0 0.01 274.85 0.96 0.72
Hex C3 74 FC 17 36 0 1 113 60 48
Octal 303 164 374 27 66 0 1 423 140 110
Binary 11000011 1110100 11111100 10111 110110 0 1 100010011 1100000 1001000

Color Harmonies of #C374FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C374FC

Black with #C374FC

Text Example


Text Example

White with #C374FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C374FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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