Html Css Color HEX #C083FC Heliotrope

📋 copy color: '#C083FC'

red 192 ◦ green 131 ◦ blue 252

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

Shades of Heliotrope #C083FC

Tints of Heliotrope #C083FC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 22.78%

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

R = 33.39%
G = 22.78%
B = 43.83%

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

#C083FC (or 0xC083FC) is known color: Heliotrope. HEX triplet: C0, 83 and FC. RGB value is (192,131,252). Sum of RGB (Red+Green+Blue) = 192+131+252=575 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.39% from 575); Green value is 131 (51.56% from 255 or 22.78% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #C083FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C083FC is #3F7C03. Grayscale: #A2A2A2. Windows color (decimal): -4160516 or 16548800. OLE color: 16548800.

HSL color Cylindrical-coordinate representation of color #C083FC: hue angle of 270.25º 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 #C083FC is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 131 252 -
CMYK 0.24 0.48 0 0.01
HSL 270.25º 0.95% 0.75% -
HSV(B) 270.25º 0.48% 0.99% -
XYZ 47.43 34.47 96.25 -
YUV 163.03 178.21 148.66 -
System Red Green Blue C M Y K H S L
Decimal 192 131 252 0.24 0.48 0 0.01 270.25 0.95 0.75
Hex C0 83 FC 18 30 0 1 10E 5F 4B
Octal 300 203 374 30 60 0 1 416 137 113
Binary 11000000 10000011 11111100 11000 110000 0 1 100001110 1011111 1001011

Color Harmonies of #C083FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C083FC

Black with #C083FC

Text Example


Text Example

White with #C083FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C083FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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