Html Css Color HEX #C15CFB Heliotrope

📋 copy color: '#C15CFB'

red 193 ◦ green 92 ◦ blue 251

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

Shades of Heliotrope #C15CFB

Tints of Heliotrope #C15CFB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.16%

 BLUE value IS 251 (98.44% from 255) = 46.83%

R = 36.01%
G = 17.16%
B = 46.83%

CMYK

 C value IS 0.23

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C15CFB (or 0xC15CFB) is known color: Heliotrope. HEX triplet: C1, 5C and FB. RGB value is (193,92,251). Sum of RGB (Red+Green+Blue) = 193+92+251=536 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.01% from 536); Green value is 92 (36.33% from 255 or 17.16% from 536); Blue value is 251 (98.44% from 255 or 46.83% from 536); Max value from RGB is 251 - color contains mainly: blue. Hex color #C15CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15CFB is #3EA304. Grayscale: #8B8B8B. Windows color (decimal): -4104965 or 16473281. OLE color: 16473281.

HSL color Cylindrical-coordinate representation of color #C15CFB: hue angle of 278.11º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C15CFB is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 92 251 -
CMYK 0.23 0.63 0 0.02
HSL 278.11º 0.95% 0.67% -
HSV(B) 278.11º 0.63% 0.98% -
XYZ 43.23 25.96 94 -
YUV 140.33 190.46 165.57 -
System Red Green Blue C M Y K H S L
Decimal 193 92 251 0.23 0.63 0 0.02 278.11 0.95 0.67
Hex C1 5C FB 17 3F 0 2 116 5F 43
Octal 301 134 373 27 77 0 2 426 137 103
Binary 11000001 1011100 11111011 10111 111111 0 10 100010110 1011111 1000011

Color Harmonies of #C15CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15CFB

Black with #C15CFB

Text Example


Text Example

White with #C15CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15CFB; }

 p { color: rgb(193,92,251); }

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

background-color css

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

 a { background-color: rgb(193,92,251); }

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

border-color css

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

 span { border-color: rgb(193,92,251); }

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