Html Css Color HEX #C269FB Heliotrope

📋 copy color: '#C269FB'

red 194 ◦ green 105 ◦ blue 251

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

Shades of Heliotrope #C269FB

Tints of Heliotrope #C269FB

RGB

 RED value IS 194 (76.17% from 255) = 35.27%

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

 BLUE value IS 251 (98.44% from 255) = 45.64%

R = 35.27%
G = 19.09%
B = 45.64%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C269FB (or 0xC269FB) is known color: Heliotrope. HEX triplet: C2, 69 and FB. RGB value is (194,105,251). Sum of RGB (Red+Green+Blue) = 194+105+251=550 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.27% from 550); Green value is 105 (41.41% from 255 or 19.09% from 550); Blue value is 251 (98.44% from 255 or 45.64% from 550); Max value from RGB is 251 - color contains mainly: blue. Hex color #C269FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C269FB is #3D9604. Grayscale: #939393. Windows color (decimal): -4036101 or 16476610. OLE color: 16476610.

HSL color Cylindrical-coordinate representation of color #C269FB: hue angle of 276.58º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C269FB is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 105 251 -
CMYK 0.23 0.58 0 0.02
HSL 276.58º 0.95% 0.7% -
HSV(B) 276.58º 0.58% 0.98% -
XYZ 44.71 28.54 94.42 -
YUV 148.26 185.99 160.63 -
System Red Green Blue C M Y K H S L
Decimal 194 105 251 0.23 0.58 0 0.02 276.58 0.95 0.7
Hex C2 69 FB 17 3A 0 2 115 5F 46
Octal 302 151 373 27 72 0 2 425 137 106
Binary 11000010 1101001 11111011 10111 111010 0 10 100010101 1011111 1000110

Color Harmonies of #C269FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C269FB

Black with #C269FB

Text Example


Text Example

White with #C269FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C269FB; }

 p { color: rgb(194,105,251); }

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

background-color css

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

 a { background-color: rgb(194,105,251); }

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

border-color css

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

 span { border-color: rgb(194,105,251); }

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