Html Css Color HEX #C65FFF Heliotrope

📋 copy color: '#C65FFF'

red 198 ◦ green 95 ◦ blue 255

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

Shades of Heliotrope #C65FFF

Tints of Heliotrope #C65FFF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.34%

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

R = 36.13%
G = 17.34%
B = 46.53%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C65FFF (or 0xC65FFF) is known color: Heliotrope. HEX triplet: C6, 5F and FF. RGB value is (198,95,255). Sum of RGB (Red+Green+Blue) = 198+95+255=548 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.13% from 548); Green value is 95 (37.5% from 255 or 17.34% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #C65FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65FFF is #39A000. Grayscale: #8F8F8F. Windows color (decimal): -3776513 or 16736198. OLE color: 16736198.

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

Color convert

RGB 198 95 255 -
CMYK 0.22 0.63 0 0
HSL 278.63º 1% 0.69% -
HSV(B) 278.63º 0.63% 1% -
XYZ 45.43 27.41 97.5 -
YUV 144.04 190.62 166.49 -
System Red Green Blue C M Y K H S L
Decimal 198 95 255 0.22 0.63 0 0 278.63 1 0.69
Hex C6 5F FF 16 3F 0 0 117 64 45
Octal 306 137 377 26 77 0 0 427 144 105
Binary 11000110 1011111 11111111 10110 111111 0 0 100010111 1100100 1000101

Color Harmonies of #C65FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65FFF

Black with #C65FFF

Text Example


Text Example

White with #C65FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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