Html Css Color HEX #C768F0 Heliotrope

📋 copy color: '#C768F0'

red 199 ◦ green 104 ◦ blue 240

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

Shades of Heliotrope #C768F0

Tints of Heliotrope #C768F0

RGB

 RED value IS 199 (78.13% from 255) = 36.65%

 GREEN value IS 104 (41.02% from 255) = 19.15%

 BLUE value IS 240 (94.14% from 255) = 44.2%

R = 36.65%
G = 19.15%
B = 44.2%

CMYK

 C value IS 0.17

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C768F0 (or 0xC768F0) is known color: Heliotrope. HEX triplet: C7, 68 and F0. RGB value is (199,104,240). Sum of RGB (Red+Green+Blue) = 199+104+240=543 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.65% from 543); Green value is 104 (41.02% from 255 or 19.15% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 240 - color contains mainly: blue. Hex color #C768F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C768F0 is #38970F. Grayscale: #939393. Windows color (decimal): -3708688 or 15755463. OLE color: 15755463.

HSL color Cylindrical-coordinate representation of color #C768F0: hue angle of 281.91º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C768F0 is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 199 104 240 -
CMYK 0.17 0.57 0 0.06
HSL 281.91º 0.82% 0.67% -
HSV(B) 281.91º 0.57% 0.94% -
XYZ 44.23 28.33 85.58 -
YUV 147.91 179.97 164.44 -
System Red Green Blue C M Y K H S L
Decimal 199 104 240 0.17 0.57 0 0.06 281.91 0.82 0.67
Hex C7 68 F0 11 39 0 6 11A 52 43
Octal 307 150 360 21 71 0 6 432 122 103
Binary 11000111 1101000 11110000 10001 111001 0 110 100011010 1010010 1000011

Color Harmonies of #C768F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C768F0

Black with #C768F0

Text Example


Text Example

White with #C768F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C768F0; }

 p { color: rgb(199,104,240); }

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

background-color css

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

 a { background-color: rgb(199,104,240); }

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

border-color css

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

 span { border-color: rgb(199,104,240); }

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