Html Css Color HEX #C380EF Heliotrope

📋 copy color: '#C380EF'

red 195 ◦ green 128 ◦ blue 239

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

Shades of Heliotrope #C380EF

Tints of Heliotrope #C380EF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.78%

 BLUE value IS 239 (93.75% from 255) = 42.53%

R = 34.7%
G = 22.78%
B = 42.53%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C380EF (or 0xC380EF) is known color: Heliotrope. HEX triplet: C3, 80 and EF. RGB value is (195,128,239). Sum of RGB (Red+Green+Blue) = 195+128+239=562 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.70% from 562); Green value is 128 (50.39% from 255 or 22.78% from 562); Blue value is 239 (93.75% from 255 or 42.53% from 562); Max value from RGB is 239 - color contains mainly: blue. Hex color #C380EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C380EF is #3C7F10. Grayscale: #A0A0A0. Windows color (decimal): -3964689 or 15696067. OLE color: 15696067.

HSL color Cylindrical-coordinate representation of color #C380EF: hue angle of 276.22º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C380EF is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 128 239 -
CMYK 0.18 0.46 0 0.06
HSL 276.22º 0.78% 0.72% -
HSV(B) 276.22º 0.46% 0.94% -
XYZ 45.8 33.27 85.67 -
YUV 160.69 172.2 152.47 -
System Red Green Blue C M Y K H S L
Decimal 195 128 239 0.18 0.46 0 0.06 276.22 0.78 0.72
Hex C3 80 EF 12 2E 0 6 114 4E 48
Octal 303 200 357 22 56 0 6 424 116 110
Binary 11000011 10000000 11101111 10010 101110 0 110 100010100 1001110 1001000

Color Harmonies of #C380EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C380EF

Black with #C380EF

Text Example


Text Example

White with #C380EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C380EF; }

 p { color: rgb(195,128,239); }

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

background-color css

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

 a { background-color: rgb(195,128,239); }

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

border-color css

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

 span { border-color: rgb(195,128,239); }

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