Html Css Color HEX #C088FD Heliotrope

📋 copy color: '#C088FD'

red 192 ◦ green 136 ◦ blue 253

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

Shades of Heliotrope #C088FD

Tints of Heliotrope #C088FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.55%

R = 33.05%
G = 23.41%
B = 43.55%

CMYK

 C value IS 0.24

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C088FD (or 0xC088FD) is known color: Heliotrope. HEX triplet: C0, 88 and FD. RGB value is (192,136,253). Sum of RGB (Red+Green+Blue) = 192+136+253=581 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.05% from 581); Green value is 136 (53.52% from 255 or 23.41% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #C088FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C088FD is #3F7702. Grayscale: #A5A5A5. Windows color (decimal): -4159235 or 16615616. OLE color: 16615616.

HSL color Cylindrical-coordinate representation of color #C088FD: hue angle of 268.72º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C088FD is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 136 253 -
CMYK 0.24 0.46 0 0.01
HSL 268.72º 0.97% 0.76% -
HSV(B) 268.72º 0.46% 0.99% -
XYZ 48.27 35.91 97.31 -
YUV 166.08 177.05 146.49 -
System Red Green Blue C M Y K H S L
Decimal 192 136 253 0.24 0.46 0 0.01 268.72 0.97 0.76
Hex C0 88 FD 18 2E 0 1 10D 61 4C
Octal 300 210 375 30 56 0 1 415 141 114
Binary 11000000 10001000 11111101 11000 101110 0 1 100001101 1100001 1001100

Color Harmonies of #C088FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C088FD

Black with #C088FD

Text Example


Text Example

White with #C088FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C088FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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