Html Css Color HEX #C084FC Heliotrope

📋 copy color: '#C084FC'

red 192 ◦ green 132 ◦ blue 252

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

Shades of Heliotrope #C084FC

Tints of Heliotrope #C084FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.75%

R = 33.33%
G = 22.92%
B = 43.75%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C084FC (or 0xC084FC) is known color: Heliotrope. HEX triplet: C0, 84 and FC. RGB value is (192,132,252). Sum of RGB (Red+Green+Blue) = 192+132+252=576 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.33% from 576); Green value is 132 (51.95% from 255 or 22.92% from 576); Blue value is 252 (98.83% from 255 or 43.75% from 576); Max value from RGB is 252 - color contains mainly: blue. Hex color #C084FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C084FC is #3F7B03. Grayscale: #A3A3A3. Windows color (decimal): -4160260 or 16549056. OLE color: 16549056.

HSL color Cylindrical-coordinate representation of color #C084FC: hue angle of 270º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C084FC is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 132 252 -
CMYK 0.24 0.48 0 0.01
HSL 270º 0.95% 0.75% -
HSV(B) 270º 0.48% 0.99% -
XYZ 47.56 34.74 96.29 -
YUV 163.62 177.88 148.24 -
System Red Green Blue C M Y K H S L
Decimal 192 132 252 0.24 0.48 0 0.01 270 0.95 0.75
Hex C0 84 FC 18 30 0 1 10E 5F 4B
Octal 300 204 374 30 60 0 1 416 137 113
Binary 11000000 10000100 11111100 11000 110000 0 1 100001110 1011111 1001011

Color Harmonies of #C084FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C084FC

Black with #C084FC

Text Example


Text Example

White with #C084FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C084FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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