Html Css Color HEX #C769F0 Heliotrope

📋 copy color: '#C769F0'

red 199 ◦ green 105 ◦ blue 240

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

Shades of Heliotrope #C769F0

Tints of Heliotrope #C769F0

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.3%

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

R = 36.58%
G = 19.3%
B = 44.12%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C769F0 (or 0xC769F0) is known color: Heliotrope. HEX triplet: C7, 69 and F0. RGB value is (199,105,240). Sum of RGB (Red+Green+Blue) = 199+105+240=544 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.58% from 544); Green value is 105 (41.41% from 255 or 19.30% from 544); Blue value is 240 (94.14% from 255 or 44.12% from 544); Max value from RGB is 240 - color contains mainly: blue. Hex color #C769F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C769F0 is #38960F. Grayscale: #949494. Windows color (decimal): -3708432 or 15755719. OLE color: 15755719.

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

Color convert

RGB 199 105 240 -
CMYK 0.17 0.56 0 0.06
HSL 281.78º 0.82% 0.68% -
HSV(B) 281.78º 0.56% 0.94% -
XYZ 44.33 28.54 85.61 -
YUV 148.5 179.64 164.02 -
System Red Green Blue C M Y K H S L
Decimal 199 105 240 0.17 0.56 0 0.06 281.78 0.82 0.68
Hex C7 69 F0 11 38 0 6 11A 52 44
Octal 307 151 360 21 70 0 6 432 122 104
Binary 11000111 1101001 11110000 10001 111000 0 110 100011010 1010010 1000100

Color Harmonies of #C769F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C769F0

Black with #C769F0

Text Example


Text Example

White with #C769F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C769F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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