Html Css Color HEX #C07AFD Heliotrope

📋 copy color: '#C07AFD'

red 192 ◦ green 122 ◦ blue 253

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

Shades of Heliotrope #C07AFD

Tints of Heliotrope #C07AFD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.52%

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

R = 33.86%
G = 21.52%
B = 44.62%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C07AFD (or 0xC07AFD) is known color: Heliotrope. HEX triplet: C0, 7A and FD. RGB value is (192,122,253). Sum of RGB (Red+Green+Blue) = 192+122+253=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 122 (48.05% from 255 or 21.52% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #C07AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07AFD is #3F8502. Grayscale: #9D9D9D. Windows color (decimal): -4162819 or 16612032. OLE color: 16612032.

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

Color convert

RGB 192 122 253 -
CMYK 0.24 0.52 0 0.01
HSL 272.06º 0.97% 0.74% -
HSV(B) 272.06º 0.52% 0.99% -
XYZ 46.43 32.22 96.7 -
YUV 157.86 181.69 152.35 -
System Red Green Blue C M Y K H S L
Decimal 192 122 253 0.24 0.52 0 0.01 272.06 0.97 0.74
Hex C0 7A FD 18 34 0 1 110 61 4A
Octal 300 172 375 30 64 0 1 420 141 112
Binary 11000000 1111010 11111101 11000 110100 0 1 100010000 1100001 1001010

Color Harmonies of #C07AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07AFD

Black with #C07AFD

Text Example


Text Example

White with #C07AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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