Html Css Color HEX #C062FD Heliotrope

📋 copy color: '#C062FD'

red 192 ◦ green 98 ◦ blue 253

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

Shades of Heliotrope #C062FD

Tints of Heliotrope #C062FD

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.05%

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

R = 35.36%
G = 18.05%
B = 46.59%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C062FD (or 0xC062FD) is known color: Heliotrope. HEX triplet: C0, 62 and FD. RGB value is (192,98,253). Sum of RGB (Red+Green+Blue) = 192+98+253=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 98 (38.67% from 255 or 18.05% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #C062FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C062FD is #3F9D02. Grayscale: #8F8F8F. Windows color (decimal): -4168963 or 16605888. OLE color: 16605888.

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

Color convert

RGB 192 98 253 -
CMYK 0.24 0.61 0 0.01
HSL 276.39º 0.97% 0.69% -
HSV(B) 276.39º 0.61% 0.99% -
XYZ 43.84 27.03 95.84 -
YUV 143.78 189.64 162.4 -
System Red Green Blue C M Y K H S L
Decimal 192 98 253 0.24 0.61 0 0.01 276.39 0.97 0.69
Hex C0 62 FD 18 3D 0 1 114 61 45
Octal 300 142 375 30 75 0 1 424 141 105
Binary 11000000 1100010 11111101 11000 111101 0 1 100010100 1100001 1000101

Color Harmonies of #C062FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C062FD

Black with #C062FD

Text Example


Text Example

White with #C062FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C062FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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