Html Css Color HEX #C375FD Heliotrope

📋 copy color: '#C375FD'

red 195 ◦ green 117 ◦ blue 253

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

Shades of Heliotrope #C375FD

Tints of Heliotrope #C375FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.78%

R = 34.51%
G = 20.71%
B = 44.78%

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

#C375FD (or 0xC375FD) is known color: Heliotrope. HEX triplet: C3, 75 and FD. RGB value is (195,117,253). Sum of RGB (Red+Green+Blue) = 195+117+253=565 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.51% from 565); Green value is 117 (46.09% from 255 or 20.71% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #C375FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C375FD is #3C8A02. Grayscale: #9B9B9B. Windows color (decimal): -3967491 or 16610755. OLE color: 16610755.

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

Color convert

RGB 195 117 253 -
CMYK 0.23 0.54 0 0.01
HSL 274.41º 0.97% 0.73% -
HSV(B) 274.41º 0.54% 0.99% -
XYZ 46.6 31.42 96.54 -
YUV 155.83 182.84 155.94 -
System Red Green Blue C M Y K H S L
Decimal 195 117 253 0.23 0.54 0 0.01 274.41 0.97 0.73
Hex C3 75 FD 17 36 0 1 112 61 49
Octal 303 165 375 27 66 0 1 422 141 111
Binary 11000011 1110101 11111101 10111 110110 0 1 100010010 1100001 1001001

Color Harmonies of #C375FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C375FD

Black with #C375FD

Text Example


Text Example

White with #C375FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C375FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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