Html Css Color HEX #C288FB Heliotrope

📋 copy color: '#C288FB'

red 194 ◦ green 136 ◦ blue 251

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

Shades of Heliotrope #C288FB

Tints of Heliotrope #C288FB

RGB

 RED value IS 194 (76.17% from 255) = 33.39%

 GREEN value IS 136 (53.52% from 255) = 23.41%

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

R = 33.39%
G = 23.41%
B = 43.2%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C288FB (or 0xC288FB) is known color: Heliotrope. HEX triplet: C2, 88 and FB. RGB value is (194,136,251). Sum of RGB (Red+Green+Blue) = 194+136+251=581 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.39% from 581); Green value is 136 (53.52% from 255 or 23.41% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #C288FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C288FB is #3D7704. Grayscale: #A6A6A6. Windows color (decimal): -4028165 or 16484546. OLE color: 16484546.

HSL color Cylindrical-coordinate representation of color #C288FB: hue angle of 270.26º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C288FB is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 136 251 -
CMYK 0.23 0.46 0 0.02
HSL 270.26º 0.93% 0.76% -
HSV(B) 270.26º 0.46% 0.98% -
XYZ 48.46 36.04 95.67 -
YUV 166.45 175.72 147.65 -
System Red Green Blue C M Y K H S L
Decimal 194 136 251 0.23 0.46 0 0.02 270.26 0.93 0.76
Hex C2 88 FB 17 2E 0 2 10E 5D 4C
Octal 302 210 373 27 56 0 2 416 135 114
Binary 11000010 10001000 11111011 10111 101110 0 10 100001110 1011101 1001100

Color Harmonies of #C288FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C288FB

Black with #C288FB

Text Example


Text Example

White with #C288FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C288FB; }

 p { color: rgb(194,136,251); }

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

background-color css

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

 a { background-color: rgb(194,136,251); }

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

border-color css

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

 span { border-color: rgb(194,136,251); }

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