Html Css Color HEX #C06BFA Heliotrope

📋 copy color: '#C06BFA'

red 192 ◦ green 107 ◦ blue 250

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

Shades of Heliotrope #C06BFA

Tints of Heliotrope #C06BFA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.49%

 BLUE value IS 250 (98.05% from 255) = 45.54%

R = 34.97%
G = 19.49%
B = 45.54%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C06BFA (or 0xC06BFA) is known color: Heliotrope. HEX triplet: C0, 6B and FA. RGB value is (192,107,250). Sum of RGB (Red+Green+Blue) = 192+107+250=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 107 (42.19% from 255 or 19.49% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #C06BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06BFA is #3F9405. Grayscale: #949494. Windows color (decimal): -4166662 or 16411584. OLE color: 16411584.

HSL color Cylindrical-coordinate representation of color #C06BFA: hue angle of 275.66º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C06BFA is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 107 250 -
CMYK 0.23 0.57 0 0.02
HSL 275.66º 0.93% 0.7% -
HSV(B) 275.66º 0.57% 0.98% -
XYZ 44.25 28.62 93.64 -
YUV 148.72 185.16 158.87 -
System Red Green Blue C M Y K H S L
Decimal 192 107 250 0.23 0.57 0 0.02 275.66 0.93 0.7
Hex C0 6B FA 17 39 0 2 114 5D 46
Octal 300 153 372 27 71 0 2 424 135 106
Binary 11000000 1101011 11111010 10111 111001 0 10 100010100 1011101 1000110

Color Harmonies of #C06BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06BFA

Black with #C06BFA

Text Example


Text Example

White with #C06BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06BFA; }

 p { color: rgb(192,107,250); }

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

background-color css

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

 a { background-color: rgb(192,107,250); }

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

border-color css

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

 span { border-color: rgb(192,107,250); }

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