Html Css Color HEX #C375FB Heliotrope

📋 copy color: '#C375FB'

red 195 ◦ green 117 ◦ blue 251

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

Shades of Heliotrope #C375FB

Tints of Heliotrope #C375FB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.78%

 BLUE value IS 251 (98.44% from 255) = 44.58%

R = 34.64%
G = 20.78%
B = 44.58%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C375FB (or 0xC375FB) is known color: Heliotrope. HEX triplet: C3, 75 and FB. RGB value is (195,117,251). Sum of RGB (Red+Green+Blue) = 195+117+251=563 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.64% from 563); Green value is 117 (46.09% from 255 or 20.78% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #C375FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C375FB is #3C8A04. Grayscale: #9B9B9B. Windows color (decimal): -3967493 or 16479683. OLE color: 16479683.

HSL color Cylindrical-coordinate representation of color #C375FB: hue angle of 274.93º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C375FB is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 117 251 -
CMYK 0.22 0.53 0 0.02
HSL 274.93º 0.94% 0.72% -
HSV(B) 274.93º 0.53% 0.98% -
XYZ 46.28 31.29 94.87 -
YUV 155.6 181.84 156.1 -
System Red Green Blue C M Y K H S L
Decimal 195 117 251 0.22 0.53 0 0.02 274.93 0.94 0.72
Hex C3 75 FB 16 35 0 2 113 5E 48
Octal 303 165 373 26 65 0 2 423 136 110
Binary 11000011 1110101 11111011 10110 110101 0 10 100010011 1011110 1001000

Color Harmonies of #C375FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C375FB

Black with #C375FB

Text Example


Text Example

White with #C375FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C375FB; }

 p { color: rgb(195,117,251); }

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

background-color css

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

 a { background-color: rgb(195,117,251); }

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

border-color css

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

 span { border-color: rgb(195,117,251); }

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