Html Css Color HEX #C65EFC Heliotrope

📋 copy color: '#C65EFC'

red 198 ◦ green 94 ◦ blue 252

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

Shades of Heliotrope #C65EFC

Tints of Heliotrope #C65EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.32%

R = 36.4%
G = 17.28%
B = 46.32%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C65EFC (or 0xC65EFC) is known color: Heliotrope. HEX triplet: C6, 5E and FC. RGB value is (198,94,252). Sum of RGB (Red+Green+Blue) = 198+94+252=544 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.40% from 544); Green value is 94 (37.11% from 255 or 17.28% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: blue. Hex color #C65EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65EFC is #39A103. Grayscale: #8E8E8E. Windows color (decimal): -3776772 or 16539334. OLE color: 16539334.

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

Color convert

RGB 198 94 252 -
CMYK 0.21 0.63 0 0.01
HSL 279.49º 0.96% 0.68% -
HSV(B) 279.49º 0.63% 0.99% -
XYZ 44.86 27.04 94.95 -
YUV 143.11 189.46 167.15 -
System Red Green Blue C M Y K H S L
Decimal 198 94 252 0.21 0.63 0 0.01 279.49 0.96 0.68
Hex C6 5E FC 15 3F 0 1 117 60 44
Octal 306 136 374 25 77 0 1 427 140 104
Binary 11000110 1011110 11111100 10101 111111 0 1 100010111 1100000 1000100

Color Harmonies of #C65EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65EFC

Black with #C65EFC

Text Example


Text Example

White with #C65EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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