Html Css Color HEX #C760FD Heliotrope

📋 copy color: '#C760FD'

red 199 ◦ green 96 ◦ blue 253

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

Shades of Heliotrope #C760FD

Tints of Heliotrope #C760FD

RGB

 RED value IS 199 (78.13% from 255) = 36.31%

 GREEN value IS 96 (37.89% from 255) = 17.52%

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

R = 36.31%
G = 17.52%
B = 46.17%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C760FD (or 0xC760FD) is known color: Heliotrope. HEX triplet: C7, 60 and FD. RGB value is (199,96,253). Sum of RGB (Red+Green+Blue) = 199+96+253=548 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.31% from 548); Green value is 96 (37.89% from 255 or 17.52% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #C760FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C760FD is #389F02. Grayscale: #909090. Windows color (decimal): -3710723 or 16605383. OLE color: 16605383.

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

Color convert

RGB 199 96 253 -
CMYK 0.21 0.62 0 0.01
HSL 279.36º 0.98% 0.68% -
HSV(B) 279.36º 0.62% 0.99% -
XYZ 45.47 27.6 95.86 -
YUV 144.7 189.12 166.73 -
System Red Green Blue C M Y K H S L
Decimal 199 96 253 0.21 0.62 0 0.01 279.36 0.98 0.68
Hex C7 60 FD 15 3E 0 1 117 62 44
Octal 307 140 375 25 76 0 1 427 142 104
Binary 11000111 1100000 11111101 10101 111110 0 1 100010111 1100010 1000100

Color Harmonies of #C760FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C760FD

Black with #C760FD

Text Example


Text Example

White with #C760FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C760FD; }

 p { color: rgb(199,96,253); }

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

background-color css

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

 a { background-color: rgb(199,96,253); }

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

border-color css

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

 span { border-color: rgb(199,96,253); }

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