Html Css Color HEX #C375FF Heliotrope

📋 copy color: '#C375FF'

red 195 ◦ green 117 ◦ blue 255

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

Shades of Heliotrope #C375FF

Tints of Heliotrope #C375FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.97%

R = 34.39%
G = 20.63%
B = 44.97%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C375FF (or 0xC375FF) is known color: Heliotrope. HEX triplet: C3, 75 and FF. RGB value is (195,117,255). Sum of RGB (Red+Green+Blue) = 195+117+255=567 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.39% from 567); Green value is 117 (46.09% from 255 or 20.63% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #C375FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C375FF is #3C8A00. Grayscale: #9B9B9B. Windows color (decimal): -3967489 or 16741827. OLE color: 16741827.

HSL color Cylindrical-coordinate representation of color #C375FF: hue angle of 273.91º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C375FF is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 195 117 255 -
CMYK 0.24 0.54 0 0
HSL 273.91º 1% 0.73% -
HSV(B) 273.91º 0.54% 1% -
XYZ 46.92 31.54 98.22 -
YUV 156.05 183.84 155.78 -
System Red Green Blue C M Y K H S L
Decimal 195 117 255 0.24 0.54 0 0 273.91 1 0.73
Hex C3 75 FF 18 36 0 0 112 64 49
Octal 303 165 377 30 66 0 0 422 144 111
Binary 11000011 1110101 11111111 11000 110110 0 0 100010010 1100100 1001001

Color Harmonies of #C375FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C375FF

Black with #C375FF

Text Example


Text Example

White with #C375FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C375FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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