Html Css Color HEX #C669FA Heliotrope

📋 copy color: '#C669FA'

red 198 ◦ green 105 ◦ blue 250

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

Shades of Heliotrope #C669FA

Tints of Heliotrope #C669FA

RGB

 RED value IS 198 (77.73% from 255) = 35.8%

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

 BLUE value IS 250 (98.05% from 255) = 45.21%

R = 35.8%
G = 18.99%
B = 45.21%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C669FA (or 0xC669FA) is known color: Heliotrope. HEX triplet: C6, 69 and FA. RGB value is (198,105,250). Sum of RGB (Red+Green+Blue) = 198+105+250=553 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.80% from 553); Green value is 105 (41.41% from 255 or 18.99% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #C669FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C669FA is #399605. Grayscale: #949494. Windows color (decimal): -3773958 or 16411078. OLE color: 16411078.

HSL color Cylindrical-coordinate representation of color #C669FA: hue angle of 278.48º degrees, saturation: 0.94, 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 #C669FA is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 105 250 -
CMYK 0.21 0.58 0 0.02
HSL 278.48º 0.94% 0.7% -
HSV(B) 278.48º 0.58% 0.98% -
XYZ 45.6 29.01 93.64 -
YUV 149.34 184.81 162.71 -
System Red Green Blue C M Y K H S L
Decimal 198 105 250 0.21 0.58 0 0.02 278.48 0.94 0.7
Hex C6 69 FA 15 3A 0 2 116 5E 46
Octal 306 151 372 25 72 0 2 426 136 106
Binary 11000110 1101001 11111010 10101 111010 0 10 100010110 1011110 1000110

Color Harmonies of #C669FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C669FA

Black with #C669FA

Text Example


Text Example

White with #C669FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C669FA; }

 p { color: rgb(198,105,250); }

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

background-color css

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

 a { background-color: rgb(198,105,250); }

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

border-color css

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

 span { border-color: rgb(198,105,250); }

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