Html Css Color HEX #C665F0 Heliotrope

📋 copy color: '#C665F0'

red 198 ◦ green 101 ◦ blue 240

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

Shades of Heliotrope #C665F0

Tints of Heliotrope #C665F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 44.53%

R = 36.73%
G = 18.74%
B = 44.53%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C665F0 (or 0xC665F0) is known color: Heliotrope. HEX triplet: C6, 65 and F0. RGB value is (198,101,240). Sum of RGB (Red+Green+Blue) = 198+101+240=539 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.73% from 539); Green value is 101 (39.84% from 255 or 18.74% from 539); Blue value is 240 (94.14% from 255 or 44.53% from 539); Max value from RGB is 240 - color contains mainly: blue. Hex color #C665F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C665F0 is #399A0F. Grayscale: #919191. Windows color (decimal): -3774992 or 15754694. OLE color: 15754694.

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

Color convert

RGB 198 101 240 -
CMYK 0.18 0.58 0 0.06
HSL 281.87º 0.82% 0.67% -
HSV(B) 281.87º 0.58% 0.94% -
XYZ 43.67 27.6 85.46 -
YUV 145.85 181.14 165.2 -
System Red Green Blue C M Y K H S L
Decimal 198 101 240 0.18 0.58 0 0.06 281.87 0.82 0.67
Hex C6 65 F0 12 3A 0 6 11A 52 43
Octal 306 145 360 22 72 0 6 432 122 103
Binary 11000110 1100101 11110000 10010 111010 0 110 100011010 1010010 1000011

Color Harmonies of #C665F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C665F0

Black with #C665F0

Text Example


Text Example

White with #C665F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C665F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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