Html Css Color HEX #C665FF Heliotrope

📋 copy color: '#C665FF'

red 198 ◦ green 101 ◦ blue 255

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

Shades of Heliotrope #C665FF

Tints of Heliotrope #C665FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.03%

R = 35.74%
G = 18.23%
B = 46.03%

CMYK

 C value IS 0.22

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C665FF (or 0xC665FF) is known color: Heliotrope. HEX triplet: C6, 65 and FF. RGB value is (198,101,255). Sum of RGB (Red+Green+Blue) = 198+101+255=554 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.74% from 554); Green value is 101 (39.84% from 255 or 18.23% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #C665FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C665FF is #399A00. Grayscale: #939393. Windows color (decimal): -3774977 or 16737734. OLE color: 16737734.

HSL color Cylindrical-coordinate representation of color #C665FF: hue angle of 277.79º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C665FF is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 198 101 255 -
CMYK 0.22 0.60 0 0
HSL 277.79º 1% 0.7% -
HSV(B) 277.79º 0.6% 1% -
XYZ 45.99 28.53 97.69 -
YUV 147.56 188.64 163.98 -
System Red Green Blue C M Y K H S L
Decimal 198 101 255 0.22 0.60 0 0 277.79 1 0.7
Hex C6 65 FF 16 3C 0 0 116 64 46
Octal 306 145 377 26 74 0 0 426 144 106
Binary 11000110 1100101 11111111 10110 111100 0 0 100010110 1100100 1000110

Color Harmonies of #C665FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C665FF

Black with #C665FF

Text Example


Text Example

White with #C665FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C665FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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