Html Css Color HEX #C668F0 Heliotrope

📋 copy color: '#C668F0'

red 198 ◦ green 104 ◦ blue 240

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

Shades of Heliotrope #C668F0

Tints of Heliotrope #C668F0

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.19%

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

R = 36.53%
G = 19.19%
B = 44.28%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C668F0 (or 0xC668F0) is known color: Heliotrope. HEX triplet: C6, 68 and F0. RGB value is (198,104,240). Sum of RGB (Red+Green+Blue) = 198+104+240=542 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.53% from 542); Green value is 104 (41.02% from 255 or 19.19% from 542); Blue value is 240 (94.14% from 255 or 44.28% from 542); Max value from RGB is 240 - color contains mainly: blue. Hex color #C668F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C668F0 is #39970F. Grayscale: #939393. Windows color (decimal): -3774224 or 15755462. OLE color: 15755462.

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

Color convert

RGB 198 104 240 -
CMYK 0.18 0.57 0 0.06
HSL 281.47º 0.82% 0.67% -
HSV(B) 281.47º 0.57% 0.94% -
XYZ 43.97 28.2 85.56 -
YUV 147.61 180.14 163.94 -
System Red Green Blue C M Y K H S L
Decimal 198 104 240 0.18 0.57 0 0.06 281.47 0.82 0.67
Hex C6 68 F0 12 39 0 6 119 52 43
Octal 306 150 360 22 71 0 6 431 122 103
Binary 11000110 1101000 11110000 10010 111001 0 110 100011001 1010010 1000011

Color Harmonies of #C668F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C668F0

Black with #C668F0

Text Example


Text Example

White with #C668F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C668F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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