Html Css Color HEX #C669F1 Heliotrope

📋 copy color: '#C669F1'

red 198 ◦ green 105 ◦ blue 241

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

Shades of Heliotrope #C669F1

Tints of Heliotrope #C669F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.3%

R = 36.4%
G = 19.3%
B = 44.3%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C669F1 (or 0xC669F1) is known color: Heliotrope. HEX triplet: C6, 69 and F1. RGB value is (198,105,241). Sum of RGB (Red+Green+Blue) = 198+105+241=544 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.40% from 544); Green value is 105 (41.41% from 255 or 19.30% from 544); Blue value is 241 (94.53% from 255 or 44.30% from 544); Max value from RGB is 241 - color contains mainly: blue. Hex color #C669F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C669F1 is #39960E. Grayscale: #939393. Windows color (decimal): -3773967 or 15821254. OLE color: 15821254.

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

Color convert

RGB 198 105 241 -
CMYK 0.18 0.56 0 0.05
HSL 281.03º 0.83% 0.68% -
HSV(B) 281.03º 0.56% 0.95% -
XYZ 44.22 28.46 86.38 -
YUV 148.31 180.31 163.44 -
System Red Green Blue C M Y K H S L
Decimal 198 105 241 0.18 0.56 0 0.05 281.03 0.83 0.68
Hex C6 69 F1 12 38 0 5 119 53 44
Octal 306 151 361 22 70 0 5 431 123 104
Binary 11000110 1101001 11110001 10010 111000 0 101 100011001 1010011 1000100

Color Harmonies of #C669F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C669F1

Black with #C669F1

Text Example


Text Example

White with #C669F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C669F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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