Html Css Color HEX #C18AFF Heliotrope

📋 copy color: '#C18AFF'

red 193 ◦ green 138 ◦ blue 255

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

Shades of Heliotrope #C18AFF

Tints of Heliotrope #C18AFF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.55%

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

R = 32.94%
G = 23.55%
B = 43.52%

CMYK

 C value IS 0.24

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C18AFF (or 0xC18AFF) is known color: Heliotrope. HEX triplet: C1, 8A and FF. RGB value is (193,138,255). Sum of RGB (Red+Green+Blue) = 193+138+255=586 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.94% from 586); Green value is 138 (54.30% from 255 or 23.55% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #C18AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18AFF is #3E7500. Grayscale: #A7A7A7. Windows color (decimal): -4093185 or 16747201. OLE color: 16747201.

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

Color convert

RGB 193 138 255 -
CMYK 0.24 0.46 0 0
HSL 268.21º 1% 0.77% -
HSV(B) 268.21º 0.46% 1% -
XYZ 49.13 36.73 99.11 -
YUV 167.78 177.22 145.99 -
System Red Green Blue C M Y K H S L
Decimal 193 138 255 0.24 0.46 0 0 268.21 1 0.77
Hex C1 8A FF 18 2E 0 0 10C 64 4D
Octal 301 212 377 30 56 0 0 414 144 115
Binary 11000001 10001010 11111111 11000 101110 0 0 100001100 1100100 1001101

Color Harmonies of #C18AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18AFF

Black with #C18AFF

Text Example


Text Example

White with #C18AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18AFF; }

 p { color: rgb(193,138,255); }

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

background-color css

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

 a { background-color: rgb(193,138,255); }

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

border-color css

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

 span { border-color: rgb(193,138,255); }

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