Html Css Color HEX #C375EE Heliotrope

📋 copy color: '#C375EE'

red 195 ◦ green 117 ◦ blue 238

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

Shades of Heliotrope #C375EE

Tints of Heliotrope #C375EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.27%

R = 35.45%
G = 21.27%
B = 43.27%

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

#C375EE (or 0xC375EE) is known color: Heliotrope. HEX triplet: C3, 75 and EE. RGB value is (195,117,238). Sum of RGB (Red+Green+Blue) = 195+117+238=550 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.45% from 550); Green value is 117 (46.09% from 255 or 21.27% from 550); Blue value is 238 (93.36% from 255 or 43.27% from 550); Max value from RGB is 238 - color contains mainly: blue. Hex color #C375EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C375EE is #3C8A11. Grayscale: #999999. Windows color (decimal): -3967506 or 15627715. OLE color: 15627715.

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

Color convert

RGB 195 117 238 -
CMYK 0.18 0.51 0 0.07
HSL 278.68º 0.78% 0.7% -
HSV(B) 278.68º 0.51% 0.93% -
XYZ 44.3 30.5 84.44 -
YUV 154.12 175.34 157.16 -
System Red Green Blue C M Y K H S L
Decimal 195 117 238 0.18 0.51 0 0.07 278.68 0.78 0.7
Hex C3 75 EE 12 33 0 7 117 4E 46
Octal 303 165 356 22 63 0 7 427 116 106
Binary 11000011 1110101 11101110 10010 110011 0 111 100010111 1001110 1000110

Color Harmonies of #C375EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C375EE

Black with #C375EE

Text Example


Text Example

White with #C375EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C375EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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