Html Css Color HEX #C07FFD Heliotrope

📋 copy color: '#C07FFD'

red 192 ◦ green 127 ◦ blue 253

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

Shades of Heliotrope #C07FFD

Tints of Heliotrope #C07FFD

RGB

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

 GREEN value IS 127 (50% from 255) = 22.2%

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

R = 33.57%
G = 22.2%
B = 44.23%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C07FFD (or 0xC07FFD) is known color: Heliotrope. HEX triplet: C0, 7F and FD. RGB value is (192,127,253). Sum of RGB (Red+Green+Blue) = 192+127+253=572 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.57% from 572); Green value is 127 (50% from 255 or 22.20% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #C07FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07FFD is #3F8002. Grayscale: #A0A0A0. Windows color (decimal): -4161539 or 16613312. OLE color: 16613312.

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

Color convert

RGB 192 127 253 -
CMYK 0.24 0.50 0 0.01
HSL 270.95º 0.97% 0.75% -
HSV(B) 270.95º 0.5% 0.99% -
XYZ 47.06 33.48 96.91 -
YUV 160.8 180.03 150.25 -
System Red Green Blue C M Y K H S L
Decimal 192 127 253 0.24 0.50 0 0.01 270.95 0.97 0.75
Hex C0 7F FD 18 32 0 1 10F 61 4B
Octal 300 177 375 30 62 0 1 417 141 113
Binary 11000000 1111111 11111101 11000 110010 0 1 100001111 1100001 1001011

Color Harmonies of #C07FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07FFD

Black with #C07FFD

Text Example


Text Example

White with #C07FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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