Html Css Color HEX #C085FF Heliotrope

📋 copy color: '#C085FF'

red 192 ◦ green 133 ◦ blue 255

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

Shades of Heliotrope #C085FF

Tints of Heliotrope #C085FF

RGB

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

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

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

R = 33.1%
G = 22.93%
B = 43.97%

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

#C085FF (or 0xC085FF) is known color: Heliotrope. HEX triplet: C0, 85 and FF. RGB value is (192,133,255). Sum of RGB (Red+Green+Blue) = 192+133+255=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 133 (52.34% from 255 or 22.93% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #C085FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C085FF is #3F7A00. Grayscale: #A4A4A4. Windows color (decimal): -4160001 or 16745920. OLE color: 16745920.

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

Color convert

RGB 192 133 255 -
CMYK 0.25 0.48 0 0
HSL 269.02º 1% 0.76% -
HSV(B) 269.02º 0.48% 1% -
XYZ 48.18 35.2 98.86 -
YUV 164.55 179.05 147.58 -
System Red Green Blue C M Y K H S L
Decimal 192 133 255 0.25 0.48 0 0 269.02 1 0.76
Hex C0 85 FF 19 30 0 0 10D 64 4C
Octal 300 205 377 31 60 0 0 415 144 114
Binary 11000000 10000101 11111111 11001 110000 0 0 100001101 1100100 1001100

Color Harmonies of #C085FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C085FF

Black with #C085FF

Text Example


Text Example

White with #C085FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C085FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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