Html Css Color HEX #C766FA Heliotrope

📋 copy color: '#C766FA'

red 199 ◦ green 102 ◦ blue 250

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

Shades of Heliotrope #C766FA

Tints of Heliotrope #C766FA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.51%

 BLUE value IS 250 (98.05% from 255) = 45.37%

R = 36.12%
G = 18.51%
B = 45.37%

CMYK

 C value IS 0.20

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C766FA (or 0xC766FA) is known color: Heliotrope. HEX triplet: C7, 66 and FA. RGB value is (199,102,250). Sum of RGB (Red+Green+Blue) = 199+102+250=551 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.12% from 551); Green value is 102 (40.23% from 255 or 18.51% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #C766FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C766FA is #389905. Grayscale: #939393. Windows color (decimal): -3709190 or 16410311. OLE color: 16410311.

HSL color Cylindrical-coordinate representation of color #C766FA: hue angle of 279.32º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C766FA is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 199 102 250 -
CMYK 0.20 0.59 0 0.02
HSL 279.32º 0.94% 0.69% -
HSV(B) 279.32º 0.59% 0.98% -
XYZ 45.56 28.55 93.55 -
YUV 147.88 185.64 164.47 -
System Red Green Blue C M Y K H S L
Decimal 199 102 250 0.20 0.59 0 0.02 279.32 0.94 0.69
Hex C7 66 FA 14 3B 0 2 117 5E 45
Octal 307 146 372 24 73 0 2 427 136 105
Binary 11000111 1100110 11111010 10100 111011 0 10 100010111 1011110 1000101

Color Harmonies of #C766FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C766FA

Black with #C766FA

Text Example


Text Example

White with #C766FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C766FA; }

 p { color: rgb(199,102,250); }

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

background-color css

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

 a { background-color: rgb(199,102,250); }

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

border-color css

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

 span { border-color: rgb(199,102,250); }

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