Html Css Color HEX #C374EE Heliotrope

📋 copy color: '#C374EE'

red 195 ◦ green 116 ◦ blue 238

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

Shades of Heliotrope #C374EE

Tints of Heliotrope #C374EE

RGB

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

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

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

R = 35.52%
G = 21.13%
B = 43.35%

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

#C374EE (or 0xC374EE) is known color: Heliotrope. HEX triplet: C3, 74 and EE. RGB value is (195,116,238). Sum of RGB (Red+Green+Blue) = 195+116+238=549 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.52% from 549); Green value is 116 (45.70% from 255 or 21.13% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #C374EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C374EE is #3C8B11. Grayscale: #999999. Windows color (decimal): -3967762 or 15627459. OLE color: 15627459.

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

Color convert

RGB 195 116 238 -
CMYK 0.18 0.51 0 0.07
HSL 278.85º 0.78% 0.69% -
HSV(B) 278.85º 0.51% 0.93% -
XYZ 44.18 30.27 84.4 -
YUV 153.53 175.67 157.58 -
System Red Green Blue C M Y K H S L
Decimal 195 116 238 0.18 0.51 0 0.07 278.85 0.78 0.69
Hex C3 74 EE 12 33 0 7 117 4E 45
Octal 303 164 356 22 63 0 7 427 116 105
Binary 11000011 1110100 11101110 10010 110011 0 111 100010111 1001110 1000101

Color Harmonies of #C374EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C374EE

Black with #C374EE

Text Example


Text Example

White with #C374EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C374EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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