Html Css Color HEX #C768FB Heliotrope

📋 copy color: '#C768FB'

red 199 ◦ green 104 ◦ blue 251

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

Shades of Heliotrope #C768FB

Tints of Heliotrope #C768FB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.77%

 BLUE value IS 251 (98.44% from 255) = 45.31%

R = 35.92%
G = 18.77%
B = 45.31%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C768FB (or 0xC768FB) is known color: Heliotrope. HEX triplet: C7, 68 and FB. RGB value is (199,104,251). Sum of RGB (Red+Green+Blue) = 199+104+251=554 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.92% from 554); Green value is 104 (41.02% from 255 or 18.77% from 554); Blue value is 251 (98.44% from 255 or 45.31% from 554); Max value from RGB is 251 - color contains mainly: blue. Hex color #C768FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C768FB is #389704. Grayscale: #949494. Windows color (decimal): -3708677 or 16476359. OLE color: 16476359.

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

Color convert

RGB 199 104 251 -
CMYK 0.21 0.59 0 0.02
HSL 278.78º 0.95% 0.7% -
HSV(B) 278.78º 0.59% 0.98% -
XYZ 45.92 29.01 94.45 -
YUV 149.16 185.47 163.55 -
System Red Green Blue C M Y K H S L
Decimal 199 104 251 0.21 0.59 0 0.02 278.78 0.95 0.7
Hex C7 68 FB 15 3B 0 2 117 5F 46
Octal 307 150 373 25 73 0 2 427 137 106
Binary 11000111 1101000 11111011 10101 111011 0 10 100010111 1011111 1000110

Color Harmonies of #C768FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C768FB

Black with #C768FB

Text Example


Text Example

White with #C768FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C768FB; }

 p { color: rgb(199,104,251); }

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

background-color css

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

 a { background-color: rgb(199,104,251); }

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

border-color css

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

 span { border-color: rgb(199,104,251); }

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