Html Css Color HEX #C05AFD Heliotrope

📋 copy color: '#C05AFD'

red 192 ◦ green 90 ◦ blue 253

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

Shades of Heliotrope #C05AFD

Tints of Heliotrope #C05AFD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.82%

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

R = 35.89%
G = 16.82%
B = 47.29%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C05AFD (or 0xC05AFD) is known color: Heliotrope. HEX triplet: C0, 5A and FD. RGB value is (192,90,253). Sum of RGB (Red+Green+Blue) = 192+90+253=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 90 (35.55% from 255 or 16.82% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #C05AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05AFD is #3FA502. Grayscale: #8A8A8A. Windows color (decimal): -4171011 or 16603840. OLE color: 16603840.

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

Color convert

RGB 192 90 253 -
CMYK 0.24 0.64 0 0.01
HSL 277.55º 0.98% 0.67% -
HSV(B) 277.55º 0.64% 0.99% -
XYZ 43.12 25.61 95.6 -
YUV 139.08 192.29 165.75 -
System Red Green Blue C M Y K H S L
Decimal 192 90 253 0.24 0.64 0 0.01 277.55 0.98 0.67
Hex C0 5A FD 18 40 0 1 116 62 43
Octal 300 132 375 30 100 0 1 426 142 103
Binary 11000000 1011010 11111101 11000 1000000 0 1 100010110 1100010 1000011

Color Harmonies of #C05AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05AFD

Black with #C05AFD

Text Example


Text Example

White with #C05AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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