Html Css Color HEX #C085FE Heliotrope

📋 copy color: '#C085FE'

red 192 ◦ green 133 ◦ blue 254

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

Shades of Heliotrope #C085FE

Tints of Heliotrope #C085FE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.97%

 BLUE value IS 254 (99.61% from 255) = 43.87%

R = 33.16%
G = 22.97%
B = 43.87%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C085FE (or 0xC085FE) is known color: Heliotrope. HEX triplet: C0, 85 and FE. RGB value is (192,133,254). Sum of RGB (Red+Green+Blue) = 192+133+254=579 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.16% from 579); Green value is 133 (52.34% from 255 or 22.97% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #C085FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C085FE is #3F7A01. Grayscale: #A4A4A4. Windows color (decimal): -4160002 or 16680384. OLE color: 16680384.

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

Color convert

RGB 192 133 254 -
CMYK 0.24 0.48 0 0.00
HSL 269.26º 0.98% 0.76% -
HSV(B) 269.26º 0.48% 1% -
XYZ 48.02 35.14 98.02 -
YUV 164.44 178.55 147.66 -
System Red Green Blue C M Y K H S L
Decimal 192 133 254 0.24 0.48 0 0.00 269.26 0.98 0.76
Hex C0 85 FE 18 30 0 0 10D 62 4C
Octal 300 205 376 30 60 0 0 415 142 114
Binary 11000000 10000101 11111110 11000 110000 0 0 100001101 1100010 1001100

Color Harmonies of #C085FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C085FE

Black with #C085FE

Text Example


Text Example

White with #C085FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C085FE; }

 p { color: rgb(192,133,254); }

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

background-color css

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

 a { background-color: rgb(192,133,254); }

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

border-color css

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

 span { border-color: rgb(192,133,254); }

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