Html Css Color HEX #C068FB Heliotrope

📋 copy color: '#C068FB'

red 192 ◦ green 104 ◦ blue 251

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

Shades of Heliotrope #C068FB

Tints of Heliotrope #C068FB

RGB

 RED value IS 192 (75.39% from 255) = 35.1%

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

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

R = 35.1%
G = 19.01%
B = 45.89%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C068FB (or 0xC068FB) is known color: Heliotrope. HEX triplet: C0, 68 and FB. RGB value is (192,104,251). Sum of RGB (Red+Green+Blue) = 192+104+251=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 104 (41.02% from 255 or 19.01% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #C068FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C068FB is #3F9704. Grayscale: #929292. Windows color (decimal): -4167429 or 16476352. OLE color: 16476352.

HSL color Cylindrical-coordinate representation of color #C068FB: hue angle of 275.92º 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 #C068FB is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 104 251 -
CMYK 0.24 0.59 0 0.02
HSL 275.92º 0.95% 0.7% -
HSV(B) 275.92º 0.59% 0.98% -
XYZ 44.1 28.07 94.36 -
YUV 147.07 186.65 160.05 -
System Red Green Blue C M Y K H S L
Decimal 192 104 251 0.24 0.59 0 0.02 275.92 0.95 0.7
Hex C0 68 FB 18 3B 0 2 114 5F 46
Octal 300 150 373 30 73 0 2 424 137 106
Binary 11000000 1101000 11111011 11000 111011 0 10 100010100 1011111 1000110

Color Harmonies of #C068FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C068FB

Black with #C068FB

Text Example


Text Example

White with #C068FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C068FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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