Html Css Color HEX #C085FD Heliotrope

📋 copy color: '#C085FD'

red 192 ◦ green 133 ◦ blue 253

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

Shades of Heliotrope #C085FD

Tints of Heliotrope #C085FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.77%

R = 33.22%
G = 23.01%
B = 43.77%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C085FD (or 0xC085FD) is known color: Heliotrope. HEX triplet: C0, 85 and FD. RGB value is (192,133,253). Sum of RGB (Red+Green+Blue) = 192+133+253=578 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.22% from 578); Green value is 133 (52.34% from 255 or 23.01% from 578); Blue value is 253 (99.22% from 255 or 43.77% from 578); Max value from RGB is 253 - color contains mainly: blue. Hex color #C085FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C085FD is #3F7A02. Grayscale: #A3A3A3. Windows color (decimal): -4160003 or 16614848. OLE color: 16614848.

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

Color convert

RGB 192 133 253 -
CMYK 0.24 0.47 0 0.01
HSL 269.5º 0.97% 0.76% -
HSV(B) 269.5º 0.47% 0.99% -
XYZ 47.86 35.07 97.18 -
YUV 164.32 178.05 147.74 -
System Red Green Blue C M Y K H S L
Decimal 192 133 253 0.24 0.47 0 0.01 269.5 0.97 0.76
Hex C0 85 FD 18 2F 0 1 10E 61 4C
Octal 300 205 375 30 57 0 1 416 141 114
Binary 11000000 10000101 11111101 11000 101111 0 1 100001110 1100001 1001100

Color Harmonies of #C085FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C085FD

Black with #C085FD

Text Example


Text Example

White with #C085FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C085FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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