Html Css Color HEX #C088FF Heliotrope

📋 copy color: '#C088FF'

red 192 ◦ green 136 ◦ blue 255

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

Shades of Heliotrope #C088FF

Tints of Heliotrope #C088FF

RGB

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

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

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

R = 32.93%
G = 23.33%
B = 43.74%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C088FF (or 0xC088FF) is known color: Heliotrope. HEX triplet: C0, 88 and FF. RGB value is (192,136,255). Sum of RGB (Red+Green+Blue) = 192+136+255=583 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.93% from 583); Green value is 136 (53.52% from 255 or 23.33% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #C088FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C088FF is #3F7700. Grayscale: #A5A5A5. Windows color (decimal): -4159233 or 16746688. OLE color: 16746688.

HSL color Cylindrical-coordinate representation of color #C088FF: hue angle of 268.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 #C088FF is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 192 136 255 -
CMYK 0.25 0.47 0 0
HSL 268.24º 1% 0.77% -
HSV(B) 268.24º 0.47% 1% -
XYZ 48.59 36.03 99 -
YUV 166.31 178.05 146.32 -
System Red Green Blue C M Y K H S L
Decimal 192 136 255 0.25 0.47 0 0 268.24 1 0.77
Hex C0 88 FF 19 2F 0 0 10C 64 4D
Octal 300 210 377 31 57 0 0 414 144 115
Binary 11000000 10001000 11111111 11001 101111 0 0 100001100 1100100 1001101

Color Harmonies of #C088FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C088FF

Black with #C088FF

Text Example


Text Example

White with #C088FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C088FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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