Html Css Color HEX #C650FD Heliotrope

📋 copy color: '#C650FD'

red 198 ◦ green 80 ◦ blue 253

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

Shades of Heliotrope #C650FD

Tints of Heliotrope #C650FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.65%

R = 37.29%
G = 15.07%
B = 47.65%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C650FD (or 0xC650FD) is known color: Heliotrope. HEX triplet: C6, 50 and FD. RGB value is (198,80,253). Sum of RGB (Red+Green+Blue) = 198+80+253=531 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.29% from 531); Green value is 80 (31.64% from 255 or 15.07% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #C650FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C650FD is #39AF02. Grayscale: #868686. Windows color (decimal): -3780355 or 16601286. OLE color: 16601286.

HSL color Cylindrical-coordinate representation of color #C650FD: hue angle of 280.92º degrees, saturation: 0.98, 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 #C650FD is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 198 80 253 -
CMYK 0.22 0.68 0 0.01
HSL 280.92º 0.98% 0.65% -
HSV(B) 280.92º 0.68% 0.99% -
XYZ 43.89 24.83 95.41 -
YUV 135 194.59 172.93 -
System Red Green Blue C M Y K H S L
Decimal 198 80 253 0.22 0.68 0 0.01 280.92 0.98 0.65
Hex C6 50 FD 16 44 0 1 119 62 41
Octal 306 120 375 26 104 0 1 431 142 101
Binary 11000110 1010000 11111101 10110 1000100 0 1 100011001 1100010 1000001

Color Harmonies of #C650FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C650FD

Black with #C650FD

Text Example


Text Example

White with #C650FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C650FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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