Html Css Color HEX #C084FF Heliotrope

📋 copy color: '#C084FF'

red 192 ◦ green 132 ◦ blue 255

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

Shades of Heliotrope #C084FF

Tints of Heliotrope #C084FF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22.8%

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

R = 33.16%
G = 22.8%
B = 44.04%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C084FF (or 0xC084FF) is known color: Heliotrope. HEX triplet: C0, 84 and FF. RGB value is (192,132,255). Sum of RGB (Red+Green+Blue) = 192+132+255=579 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.16% from 579); Green value is 132 (51.95% from 255 or 22.80% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #C084FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C084FF is #3F7B00. Grayscale: #A3A3A3. Windows color (decimal): -4160257 or 16745664. OLE color: 16745664.

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

Color convert

RGB 192 132 255 -
CMYK 0.25 0.48 0 0
HSL 269.27º 1% 0.76% -
HSV(B) 269.27º 0.48% 1% -
XYZ 48.04 34.93 98.82 -
YUV 163.96 179.38 148 -
System Red Green Blue C M Y K H S L
Decimal 192 132 255 0.25 0.48 0 0 269.27 1 0.76
Hex C0 84 FF 19 30 0 0 10D 64 4C
Octal 300 204 377 31 60 0 0 415 144 114
Binary 11000000 10000100 11111111 11001 110000 0 0 100001101 1100100 1001100

Color Harmonies of #C084FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C084FF

Black with #C084FF

Text Example


Text Example

White with #C084FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C084FF; }

 p { color: rgb(192,132,255); }

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

background-color css

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

 a { background-color: rgb(192,132,255); }

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

border-color css

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

 span { border-color: rgb(192,132,255); }

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