Html Css Color HEX #C65EFE Heliotrope

📋 copy color: '#C65EFE'

red 198 ◦ green 94 ◦ blue 254

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

Shades of Heliotrope #C65EFE

Tints of Heliotrope #C65EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.52%

R = 36.26%
G = 17.22%
B = 46.52%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C65EFE (or 0xC65EFE) is known color: Heliotrope. HEX triplet: C6, 5E and FE. RGB value is (198,94,254). Sum of RGB (Red+Green+Blue) = 198+94+254=546 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.26% from 546); Green value is 94 (37.11% from 255 or 17.22% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #C65EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65EFE is #39A101. Grayscale: #8E8E8E. Windows color (decimal): -3776770 or 16670406. OLE color: 16670406.

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

Color convert

RGB 198 94 254 -
CMYK 0.22 0.63 0 0.00
HSL 279º 0.99% 0.68% -
HSV(B) 279º 0.63% 1% -
XYZ 45.18 27.17 96.63 -
YUV 143.34 190.46 166.99 -
System Red Green Blue C M Y K H S L
Decimal 198 94 254 0.22 0.63 0 0.00 279 0.99 0.68
Hex C6 5E FE 16 3F 0 0 117 63 44
Octal 306 136 376 26 77 0 0 427 143 104
Binary 11000110 1011110 11111110 10110 111111 0 0 100010111 1100011 1000100

Color Harmonies of #C65EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65EFE

Black with #C65EFE

Text Example


Text Example

White with #C65EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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