Html Css Color HEX #C188FD Heliotrope

📋 copy color: '#C188FD'

red 193 ◦ green 136 ◦ blue 253

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

Shades of Heliotrope #C188FD

Tints of Heliotrope #C188FD

RGB

 RED value IS 193 (75.78% from 255) = 33.16%

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

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

R = 33.16%
G = 23.37%
B = 43.47%

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

#C188FD (or 0xC188FD) is known color: Heliotrope. HEX triplet: C1, 88 and FD. RGB value is (193,136,253). Sum of RGB (Red+Green+Blue) = 193+136+253=582 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.16% from 582); Green value is 136 (53.52% from 255 or 23.37% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #C188FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C188FD is #3E7702. Grayscale: #A5A5A5. Windows color (decimal): -4093699 or 16615617. OLE color: 16615617.

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

Color convert

RGB 193 136 253 -
CMYK 0.24 0.46 0 0.01
HSL 269.23º 0.97% 0.76% -
HSV(B) 269.23º 0.46% 0.99% -
XYZ 48.53 36.04 97.33 -
YUV 166.38 176.88 146.99 -
System Red Green Blue C M Y K H S L
Decimal 193 136 253 0.24 0.46 0 0.01 269.23 0.97 0.76
Hex C1 88 FD 18 2E 0 1 10D 61 4C
Octal 301 210 375 30 56 0 1 415 141 114
Binary 11000001 10001000 11111101 11000 101110 0 1 100001101 1100001 1001100

Color Harmonies of #C188FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C188FD

Black with #C188FD

Text Example


Text Example

White with #C188FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C188FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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