Html Css Color HEX #C65CFE Heliotrope

📋 copy color: '#C65CFE'

red 198 ◦ green 92 ◦ blue 254

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

Shades of Heliotrope #C65CFE

Tints of Heliotrope #C65CFE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.91%

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

R = 36.4%
G = 16.91%
B = 46.69%

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

#C65CFE (or 0xC65CFE) is known color: Heliotrope. HEX triplet: C6, 5C and FE. RGB value is (198,92,254). Sum of RGB (Red+Green+Blue) = 198+92+254=544 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.40% from 544); Green value is 92 (36.33% from 255 or 16.91% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #C65CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65CFE is #39A301. Grayscale: #8D8D8D. Windows color (decimal): -3777282 or 16669894. OLE color: 16669894.

HSL color Cylindrical-coordinate representation of color #C65CFE: hue angle of 279.26º 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 #C65CFE is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 198 92 254 -
CMYK 0.22 0.64 0 0.00
HSL 279.26º 0.99% 0.68% -
HSV(B) 279.26º 0.64% 1% -
XYZ 45.01 26.82 96.57 -
YUV 142.16 191.12 167.83 -
System Red Green Blue C M Y K H S L
Decimal 198 92 254 0.22 0.64 0 0.00 279.26 0.99 0.68
Hex C6 5C FE 16 40 0 0 117 63 44
Octal 306 134 376 26 100 0 0 427 143 104
Binary 11000110 1011100 11111110 10110 1000000 0 0 100010111 1100011 1000100

Color Harmonies of #C65CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65CFE

Black with #C65CFE

Text Example


Text Example

White with #C65CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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