Html Css Color HEX #C288FF Heliotrope

📋 copy color: '#C288FF'

red 194 ◦ green 136 ◦ blue 255

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

Shades of Heliotrope #C288FF

Tints of Heliotrope #C288FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.59%

R = 33.16%
G = 23.25%
B = 43.59%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C288FF (or 0xC288FF) is known color: Heliotrope. HEX triplet: C2, 88 and FF. RGB value is (194,136,255). Sum of RGB (Red+Green+Blue) = 194+136+255=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 136 (53.52% from 255 or 23.25% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #C288FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C288FF is #3D7700. Grayscale: #A6A6A6. Windows color (decimal): -4028161 or 16746690. OLE color: 16746690.

HSL color Cylindrical-coordinate representation of color #C288FF: hue angle of 269.24º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C288FF is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 194 136 255 -
CMYK 0.24 0.47 0 0
HSL 269.24º 1% 0.77% -
HSV(B) 269.24º 0.47% 1% -
XYZ 49.1 36.3 99.03 -
YUV 166.91 177.72 147.32 -
System Red Green Blue C M Y K H S L
Decimal 194 136 255 0.24 0.47 0 0 269.24 1 0.77
Hex C2 88 FF 18 2F 0 0 10D 64 4D
Octal 302 210 377 30 57 0 0 415 144 115
Binary 11000010 10001000 11111111 11000 101111 0 0 100001101 1100100 1001101

Color Harmonies of #C288FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C288FF

Black with #C288FF

Text Example


Text Example

White with #C288FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C288FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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