Html Css Color HEX #C665F1 Heliotrope

📋 copy color: '#C665F1'

red 198 ◦ green 101 ◦ blue 241

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

Shades of Heliotrope #C665F1

Tints of Heliotrope #C665F1

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.7%

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

R = 36.67%
G = 18.7%
B = 44.63%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C665F1 (or 0xC665F1) is known color: Heliotrope. HEX triplet: C6, 65 and F1. RGB value is (198,101,241). Sum of RGB (Red+Green+Blue) = 198+101+241=540 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.67% from 540); Green value is 101 (39.84% from 255 or 18.70% from 540); Blue value is 241 (94.53% from 255 or 44.63% from 540); Max value from RGB is 241 - color contains mainly: blue. Hex color #C665F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C665F1 is #399A0E. Grayscale: #919191. Windows color (decimal): -3774991 or 15820230. OLE color: 15820230.

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

Color convert

RGB 198 101 241 -
CMYK 0.18 0.58 0 0.05
HSL 281.57º 0.83% 0.67% -
HSV(B) 281.57º 0.58% 0.95% -
XYZ 43.82 27.66 86.25 -
YUV 145.96 181.64 165.12 -
System Red Green Blue C M Y K H S L
Decimal 198 101 241 0.18 0.58 0 0.05 281.57 0.83 0.67
Hex C6 65 F1 12 3A 0 5 11A 53 43
Octal 306 145 361 22 72 0 5 432 123 103
Binary 11000110 1100101 11110001 10010 111010 0 101 100011010 1010011 1000011

Color Harmonies of #C665F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C665F1

Black with #C665F1

Text Example


Text Example

White with #C665F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C665F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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