Html Css Color HEX #C05DFD Heliotrope

📋 copy color: '#C05DFD'

red 192 ◦ green 93 ◦ blue 253

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

Shades of Heliotrope #C05DFD

Tints of Heliotrope #C05DFD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.29%

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

R = 35.69%
G = 17.29%
B = 47.03%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C05DFD (or 0xC05DFD) is known color: Heliotrope. HEX triplet: C0, 5D and FD. RGB value is (192,93,253). Sum of RGB (Red+Green+Blue) = 192+93+253=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 93 (36.72% from 255 or 17.29% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #C05DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05DFD is #3FA202. Grayscale: #8C8C8C. Windows color (decimal): -4170243 or 16604608. OLE color: 16604608.

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

Color convert

RGB 192 93 253 -
CMYK 0.24 0.63 0 0.01
HSL 277.13º 0.98% 0.68% -
HSV(B) 277.13º 0.63% 0.99% -
XYZ 43.38 26.13 95.69 -
YUV 140.84 191.3 164.49 -
System Red Green Blue C M Y K H S L
Decimal 192 93 253 0.24 0.63 0 0.01 277.13 0.98 0.68
Hex C0 5D FD 18 3F 0 1 115 62 44
Octal 300 135 375 30 77 0 1 425 142 104
Binary 11000000 1011101 11111101 11000 111111 0 1 100010101 1100010 1000100

Color Harmonies of #C05DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05DFD

Black with #C05DFD

Text Example


Text Example

White with #C05DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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