Html Css Color HEX #C769FC Heliotrope

📋 copy color: '#C769FC'

red 199 ◦ green 105 ◦ blue 252

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

Shades of Heliotrope #C769FC

Tints of Heliotrope #C769FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.32%

R = 35.79%
G = 18.88%
B = 45.32%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C769FC (or 0xC769FC) is known color: Heliotrope. HEX triplet: C7, 69 and FC. RGB value is (199,105,252). Sum of RGB (Red+Green+Blue) = 199+105+252=556 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.79% from 556); Green value is 105 (41.41% from 255 or 18.88% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #C769FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C769FC is #389603. Grayscale: #959595. Windows color (decimal): -3708420 or 16542151. OLE color: 16542151.

HSL color Cylindrical-coordinate representation of color #C769FC: hue angle of 278.37º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C769FC is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 199 105 252 -
CMYK 0.21 0.58 0 0.01
HSL 278.37º 0.96% 0.7% -
HSV(B) 278.37º 0.58% 0.99% -
XYZ 46.18 29.27 95.31 -
YUV 149.86 185.64 163.05 -
System Red Green Blue C M Y K H S L
Decimal 199 105 252 0.21 0.58 0 0.01 278.37 0.96 0.7
Hex C7 69 FC 15 3A 0 1 116 60 46
Octal 307 151 374 25 72 0 1 426 140 106
Binary 11000111 1101001 11111100 10101 111010 0 1 100010110 1100000 1000110

Color Harmonies of #C769FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C769FC

Black with #C769FC

Text Example


Text Example

White with #C769FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C769FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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