Html Css Color HEX #C65BFE Heliotrope

📋 copy color: '#C65BFE'

red 198 ◦ green 91 ◦ blue 254

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

Shades of Heliotrope #C65BFE

Tints of Heliotrope #C65BFE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.76%

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

R = 36.46%
G = 16.76%
B = 46.78%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C65BFE (or 0xC65BFE) is known color: Heliotrope. HEX triplet: C6, 5B and FE. RGB value is (198,91,254). Sum of RGB (Red+Green+Blue) = 198+91+254=543 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.46% from 543); Green value is 91 (35.94% from 255 or 16.76% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #C65BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65BFE is #39A401. Grayscale: #8D8D8D. Windows color (decimal): -3777538 or 16669638. OLE color: 16669638.

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

Color convert

RGB 198 91 254 -
CMYK 0.22 0.64 0 0.00
HSL 279.39º 0.99% 0.68% -
HSV(B) 279.39º 0.64% 1% -
XYZ 44.92 26.64 96.54 -
YUV 141.58 191.45 168.25 -
System Red Green Blue C M Y K H S L
Decimal 198 91 254 0.22 0.64 0 0.00 279.39 0.99 0.68
Hex C6 5B FE 16 40 0 0 117 63 44
Octal 306 133 376 26 100 0 0 427 143 104
Binary 11000110 1011011 11111110 10110 1000000 0 0 100010111 1100011 1000100

Color Harmonies of #C65BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65BFE

Black with #C65BFE

Text Example


Text Example

White with #C65BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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