Html Css Color HEX #C182FA Heliotrope

📋 copy color: '#C182FA'

red 193 ◦ green 130 ◦ blue 250

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

Shades of Heliotrope #C182FA

Tints of Heliotrope #C182FA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.69%

 BLUE value IS 250 (98.05% from 255) = 43.63%

R = 33.68%
G = 22.69%
B = 43.63%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C182FA (or 0xC182FA) is known color: Heliotrope. HEX triplet: C1, 82 and FA. RGB value is (193,130,250). Sum of RGB (Red+Green+Blue) = 193+130+250=573 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.68% from 573); Green value is 130 (51.17% from 255 or 22.69% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #C182FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C182FA is #3E7D05. Grayscale: #A2A2A2. Windows color (decimal): -4095238 or 16417473. OLE color: 16417473.

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

Color convert

RGB 193 130 250 -
CMYK 0.23 0.48 0 0.02
HSL 271.5º 0.92% 0.75% -
HSV(B) 271.5º 0.48% 0.98% -
XYZ 47.23 34.2 94.56 -
YUV 162.52 177.37 149.74 -
System Red Green Blue C M Y K H S L
Decimal 193 130 250 0.23 0.48 0 0.02 271.5 0.92 0.75
Hex C1 82 FA 17 30 0 2 110 5C 4B
Octal 301 202 372 27 60 0 2 420 134 113
Binary 11000001 10000010 11111010 10111 110000 0 10 100010000 1011100 1001011

Color Harmonies of #C182FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C182FA

Black with #C182FA

Text Example


Text Example

White with #C182FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C182FA; }

 p { color: rgb(193,130,250); }

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

background-color css

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

 a { background-color: rgb(193,130,250); }

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

border-color css

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

 span { border-color: rgb(193,130,250); }

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