Html Css Color HEX #C769F2 Heliotrope

📋 copy color: '#C769F2'

red 199 ◦ green 105 ◦ blue 242

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

Shades of Heliotrope #C769F2

Tints of Heliotrope #C769F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.32%

R = 36.45%
G = 19.23%
B = 44.32%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C769F2 (or 0xC769F2) is known color: Heliotrope. HEX triplet: C7, 69 and F2. RGB value is (199,105,242). Sum of RGB (Red+Green+Blue) = 199+105+242=546 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.45% from 546); Green value is 105 (41.41% from 255 or 19.23% from 546); Blue value is 242 (94.92% from 255 or 44.32% from 546); Max value from RGB is 242 - color contains mainly: blue. Hex color #C769F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C769F2 is #38960D. Grayscale: #949494. Windows color (decimal): -3708430 or 15886791. OLE color: 15886791.

HSL color Cylindrical-coordinate representation of color #C769F2: hue angle of 281.17º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C769F2 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 199 105 242 -
CMYK 0.18 0.57 0 0.05
HSL 281.17º 0.84% 0.68% -
HSV(B) 281.17º 0.57% 0.95% -
XYZ 44.63 28.66 87.18 -
YUV 148.72 180.64 163.86 -
System Red Green Blue C M Y K H S L
Decimal 199 105 242 0.18 0.57 0 0.05 281.17 0.84 0.68
Hex C7 69 F2 12 39 0 5 119 54 44
Octal 307 151 362 22 71 0 5 431 124 104
Binary 11000111 1101001 11110010 10010 111001 0 101 100011001 1010100 1000100

Color Harmonies of #C769F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C769F2

Black with #C769F2

Text Example


Text Example

White with #C769F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C769F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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