Html Css Color HEX #C65EFF Heliotrope

📋 copy color: '#C65EFF'

red 198 ◦ green 94 ◦ blue 255

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

Shades of Heliotrope #C65EFF

Tints of Heliotrope #C65EFF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.18%

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

R = 36.2%
G = 17.18%
B = 46.62%

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

#C65EFF (or 0xC65EFF) is known color: Heliotrope. HEX triplet: C6, 5E and FF. RGB value is (198,94,255). Sum of RGB (Red+Green+Blue) = 198+94+255=547 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.20% from 547); Green value is 94 (37.11% from 255 or 17.18% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #C65EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65EFF is #39A100. Grayscale: #8E8E8E. Windows color (decimal): -3776769 or 16735942. OLE color: 16735942.

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

Color convert

RGB 198 94 255 -
CMYK 0.22 0.63 0 0
HSL 278.76º 1% 0.68% -
HSV(B) 278.76º 0.63% 1% -
XYZ 45.34 27.23 97.47 -
YUV 143.45 190.96 166.91 -
System Red Green Blue C M Y K H S L
Decimal 198 94 255 0.22 0.63 0 0 278.76 1 0.68
Hex C6 5E FF 16 3F 0 0 117 64 44
Octal 306 136 377 26 77 0 0 427 144 104
Binary 11000110 1011110 11111111 10110 111111 0 0 100010111 1100100 1000100

Color Harmonies of #C65EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65EFF

Black with #C65EFF

Text Example


Text Example

White with #C65EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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