Html Css Color HEX #C05FFD Heliotrope

📋 copy color: '#C05FFD'

red 192 ◦ green 95 ◦ blue 253

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

Shades of Heliotrope #C05FFD

Tints of Heliotrope #C05FFD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.59%

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

R = 35.56%
G = 17.59%
B = 46.85%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C05FFD (or 0xC05FFD) is known color: Heliotrope. HEX triplet: C0, 5F and FD. RGB value is (192,95,253). Sum of RGB (Red+Green+Blue) = 192+95+253=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 95 (37.5% from 255 or 17.59% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #C05FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05FFD is #3FA002. Grayscale: #8D8D8D. Windows color (decimal): -4169731 or 16605120. OLE color: 16605120.

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

Color convert

RGB 192 95 253 -
CMYK 0.24 0.62 0 0.01
HSL 276.84º 0.98% 0.68% -
HSV(B) 276.84º 0.62% 0.99% -
XYZ 43.56 26.48 95.74 -
YUV 142.02 190.64 163.65 -
System Red Green Blue C M Y K H S L
Decimal 192 95 253 0.24 0.62 0 0.01 276.84 0.98 0.68
Hex C0 5F FD 18 3E 0 1 115 62 44
Octal 300 137 375 30 76 0 1 425 142 104
Binary 11000000 1011111 11111101 11000 111110 0 1 100010101 1100010 1000100

Color Harmonies of #C05FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05FFD

Black with #C05FFD

Text Example


Text Example

White with #C05FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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