Html Css Color HEX #C650FC Heliotrope

📋 copy color: '#C650FC'

red 198 ◦ green 80 ◦ blue 252

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

Shades of Heliotrope #C650FC

Tints of Heliotrope #C650FC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.09%

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

R = 37.36%
G = 15.09%
B = 47.55%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C650FC (or 0xC650FC) is known color: Heliotrope. HEX triplet: C6, 50 and FC. RGB value is (198,80,252). Sum of RGB (Red+Green+Blue) = 198+80+252=530 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.36% from 530); Green value is 80 (31.64% from 255 or 15.09% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #C650FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C650FC is #39AF03. Grayscale: #868686. Windows color (decimal): -3780356 or 16535750. OLE color: 16535750.

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

Color convert

RGB 198 80 252 -
CMYK 0.21 0.68 0 0.01
HSL 281.16º 0.97% 0.65% -
HSV(B) 281.16º 0.68% 0.99% -
XYZ 43.73 24.77 94.57 -
YUV 134.89 194.09 173.01 -
System Red Green Blue C M Y K H S L
Decimal 198 80 252 0.21 0.68 0 0.01 281.16 0.97 0.65
Hex C6 50 FC 15 44 0 1 119 61 41
Octal 306 120 374 25 104 0 1 431 141 101
Binary 11000110 1010000 11111100 10101 1000100 0 1 100011001 1100001 1000001

Color Harmonies of #C650FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C650FC

Black with #C650FC

Text Example


Text Example

White with #C650FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C650FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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